Nit1202 - operating systems unix script assignment tasks


Operating Systems UNIX Script Assignment

Tasks: You are required to write a Bourne Again Shell Script (bash) to manage a menu driven program.

When executed the user should be presented with a menu with 4 (four) options:

1. Print the following user information: the home directory, path, userid , login shell together with the current date and time.

2. Ask a user a range and it displays eight random number between the range. [Range difference must be 100. Example Enter a range: 200 300

3. Print out the highest and the lowest numbers of the generated eight random numbers

4. Exit the program

Requirements:

Your script must allow one of these options to be chosen at a time. The menu must be presented over and over again, until the fourth option (exit) is chosen. An appropriate error message must be displayed if an invalid option is chosen.

Option one, your script should list the specified environment variables. The current output of the date command, together with the userid and the full name of the user also needs to appear in this file, before the environment variables.

Option two should prompt the user a range and displays eight (8) random numbers.

Option three should list the highest and lowest number of the generated random numbers.

Option four should cause a graceful exit from the menu and the whole program.

Request for Solution File

Ask an Expert for Answer!!
Operating System: Nit1202 - operating systems unix script assignment tasks
Reference No:- TGS02642503

Expected delivery within 24 Hours