Bash Scripting project
The code is included in the report.
Objectives:
- To create a Calendar that must be shown using infobox of dialog utility or otherwise and it should have the flexibility of choosing any particular date from the calendar to add any relevant information if needed.
- To create an option to let users delete a particular file/directory. First ask user name of directory where all the files are present, if no name of directory given assumes current directory, then show all files only of that directory. Files must be shown on screen using menus of dialog utility or otherwise. Let the user select the file, then ask the confirmation to user whether he/she wants to delete the selected file, if answer is yes then delete the file, report errors if any while deleting file to user.
- To be able to exit the menu driven program/script.
- To display the following five system configuration information:
- Your operating system type,
- Computer cpu information,
- Memory information,
- Hard disk information, and
- File system (Mounted).