Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a properly commented script ( this includes your name and data added in the comments that does the following: 1 . The script is
Write a properly commented script this includes your name and data added in the comments
that does the following:
The script is named studentIDLoops.sh and is under the homestudent path
Do NOT clear the screen anywhere in the script.
Displays the message What does this mnemonic stand for? spelling casing and
spacing should match exactly
Uses a for loop that cycles trough an array of string with the elements Bourne, Again
and Shell
While inside the for loop, the script displays the values of the elements of the array
Bourne Again, Shell each on a new line spelling casing and spacing should match
exactly
After the for loop, the script displays the message End of for loop spelling casing and
spacing should match exactly
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
Script output for reference:
When you have completedthink you have completed the tasks successfully, you can run the
grading script by issuing the command sudo gradeMesh at the terminal prompt. Enter
the password Password when prompted.
The script output should let you know what your grade is
You can attempt to correct issues you find until you are satisfied with your grade and before
the submission deadline.
Page
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started