Create a bash script able to emulate the set of commands of the crontab command in Unix/Linux systems. The user will be able to:
- Add a new crontab job.
- Display crontab jobs (if at least one crontab job has been created).
- Edit a crontab jon.
- Remove a crontab job.
- Remove all the crontab job.
I have worked on:
- Design of the script.
- Add-job function.
- Coding review of the display-jobs function.
- Buf fixing of the edit-job function.
- Final coding review and testing of the script (approved and checked by Simone and Taylor)
- Write part of the documentation
- Make sure to have the crontab file in the same working directory of the script.
- Make sure that your crontab.sh file is an executable file
- Check the Documentation.pdf file to get further information about the coursework functions and how to run the script.
This Coursework has been assigned as pratical Coursework in Team in the Operatying System module. I have created this script with the brilliant collaboration of:
- Taylor Courtney : @taylorc1009
- Simone Piazzini : @axis93
- Points : 39/40
- Grade : 97.5%