Exercises
Exercises
Create a cronjob that removes all .txt files from your Desktop
directory every 3 minutes.
- Add a file to your Desktop directory for testing purposes:
touch /home/student/Desktop/example-file.txt
Create a cronjob that would append the current date the first minute of every month to a file called new-month
on your Desktop.