CASE STUDY
Afrihost is running a recruitment campaign for students in the field of computer systems, with a focus on operating systems and programming. Afrihost host many servers for clients, running both Windows and Linux servers. The first recruitment drive is for students with Linux and scripting backgrounds. To be considered for recruitment, students will have to submit their best work. The bash script you need to submit needs to do the following:
a) The script should welcome the user and asks him/her to enter the following details, first name, surname, email address, cell number, marital status, and South African ID number. b) You need to make sure that every field has validation so that no wrong data is entered.
c) Here is a sample of the script output: Hello Mrs. Zuma and Welcome to Afrihost Here is the info you entered: First name: Jane Surname: Zuma Email address: jane-zuma@gamil.com Cell number: 0459871236 Marital status: Married ID number: 5201128001180
Comments
Leave a comment