Aan de slagBegin gratis

Scheduling a job with crontab

In this exercise, we will create a simple Python job and automate this job using CRONTAB so that it runs every minute.

If you're unsure of how to use cron or crontab, refer to https://crontab.guru for more documentation.

Deze oefening maakt deel uit van de cursus

Data Processing in Shell

Bekijk cursus

Interactieve oefening met praktijkervaring

Probeer deze oefening door deze voorbeeldcode aan te vullen.

# Verify that there are no CRON jobs currently scheduled
crontab ___
Code bewerken en uitvoeren