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 homestudent 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 Week Week
Week and Week
e Inside the for loop, the script displays the values of the elements of the array Week Week
Week Week and Week 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
