130k views
5 votes
Create a shell script (utilities1.sh) that will print a menu of commands to execute. (a) The script will prompt the user for a number as input. The input will be read, the corresponding command will be executed, and you will see the output of the executed command on your screen. The script will then exit normally, and return a value of 0 (exit 0). See the sample run below.

User RWIL
by
5.0k points

1 Answer

1 vote

Answer:

Step-by-step explanation:

check the attached files for solution.

Create a shell script (utilities1.sh) that will print a menu of commands to execute-example-1
User Mushahid Khan
by
5.0k points