Question: Problem 2 - LINUX Script a.) Create a script called notes to keep track of notes you need to make as an administrator of things
Problem 2 - LINUX Script
a.) Create a script called notes to keep track of notes you need to make as an administrator of things to do or information you need to save. The notes must be kept in a file called adminnotes.txt. The following data should be entered in a note: Note subject, Date note was entered, login account by which note was entered, and note status (if follow-up is needed). The script should prompt to the screen for entry of the note. Clear the screen before displaying the input screen. Trap errors in the script using the trap command. Use tput to display characters to a specific location on the screen. Do not save note if note is blank. Use q to quit and ask if you need to enter another note.
b.) Create another script to search for a note entry by date. Display the result to the screen.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
