Enregistrer Crontab Python dans le fichier
# Overwriting
* * * * * cd /path/to/file && python3 script.py > output.log 2>&1
tarangga arief
# Overwriting
* * * * * cd /path/to/file && python3 script.py > output.log 2>&1
# Appending
* * * * * cd /path/to/file && python3 script.py >> output.log 2>&1