Cron Job
List Cron Jobs
$ crontab -lNew Cron Job
$ crontab -e
>> Opens file to edit
# Timing syntax
50 19 * * * python3 text.py > test.txtRemove Cron Job
Last updated
$ crontab -l$ crontab -e
>> Opens file to edit
# Timing syntax
50 19 * * * python3 text.py > test.txtLast updated
$ crontab -r