Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need help with this Linux Exercise! One common feature of high-level programming languages is the ability to create a menu system. In this assignment
I need help with this Linux Exercise!
One common feature of high-level programming languages is the ability to create a menu system. In this assignment you will develop a menu-based shell script which will run UNIX commands. Please look at the command_menu program on page 456 (or page 444 in the third edition of the textbook). Your job will be to implement similar program with a total of 10 commands, plus the"" catch all case . This program will have a menu with 10 commands from the menu below wmorales@syccuxfs01:>bash menu_script.sh Command Menu a. Emailer Program b. Display Users Currently Logged On c. Display Current Date and Time d. Display This months Calendar e. Display name of the Working Directory f. Display Contents of the Working Directory g. Find the IP of a Web Address h. See your Fortune i. Display a file on the screen j. Exit Please select a letter: Here is a sample interaction with the emailer portion of the program. There is no need to display the calendar or show a list of available files to attach. Please select a letter: a (this would go to the option for the emailer program that you . created) This program will allow you to send a message, with a file attachment, to any selected user Please enter the subject of your message and pressStep 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