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.

Respuesta :

Answer:

Explanation:

check the attached files for solution.

Ver imagen adebayodeborah8