Question: Write a script to meet the following requirements: a ) The script is named studentIDEval.sh and is under the / home / student path b

Write a script to meet the following requirements:
a) The script is named studentIDEval.sh and is under the /home/student path
b) Do not clear the screen anywhere in the script
c) Displays the message Course modules (spelling, casing and spacing should match exactly)
d) Uses a for loop that cycles trough an array of string with the elements Week_1, Week_2, Week_3,
Week_4 and Week_5
e) Inside the for loop, the script displays the values of the elements of the array (Week_1, Week_2,
Week_3, Week_4 and Week_5) each on a new line and each of the values is preceded by a single
Tab character (spelling, casing and spacing should match exactly)
f) After the for loop, the script displays the message End of the course (spelling, casing and spacing
should match exactly)
g) The script should be able to be executed (and you should execute it, verify its output and adjust as
necessary before running the grading script)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Finance Questions!