I need help immediately. When/if help is recieved I will pay $20 Paypal right away.
Make the script as described below and email detailed instructions in either Word (preferred) or Word Perfect format. If you don't have either word programs Wordpad will do. I need this in my hands at the latest 11:45 PST tonight.
If interested please PM me and I will give you my email address.
version 3.00.15(1)-release (i386-redhat-linux-gnu) <---Doubt that matters
1. Write a script (SIL3NCE.sh) in the bin directory that will display
a menu to standard out as follows:
==================================================
SIL3NCE's Menu
1) Display date as:
Day Mon D YYYY
2) Display date as:
Day: Day
Date: Mon DD
Time: HH:MM:SS
3) who is on the system
4) Quit
Enter selection:
==================================================
2. If the user selects option 1 or 2, display the date in
the format shown.
3. If the user selects option 3, display a list of users
currently logged on the system in any format you
choose.
4. Exit the script only when the user selects option 4.
5. Use the date and cut commands along with the pipe operator to solve options 1 and 2. Store the results in a local variable then display the results to the console.
=======================================================================
Example:
SIL3NCE's Menu
1) Display date as:
Day Mon D YYYY
2) Display date as:
Day: Day
Date: Mon DD
Time: HH:MM:SS
3) Who is on the system
4) Quit
Enter selection: 2
Day: Mon
Date: Feb 19
Time: 08:17:33
Press Enter to continue ...
=======================================================================