“Crontab Mac” Code-Antworten

Führen Sie Crontab auf Mac aus

*/1 * * * * cd ~/Documents/Python/cron && /usr/local/bin/python3 cron_test.py >> ~/Documents/Python/cron/cron.txt 2>&1
Homely Hare

Crontab Mac

* * * * *  command to execute
│ │ │ │ │
│ │ │ │ └─── day of week (0 - 6) (0 to 6 are Sunday to Saturday, or use names; 7 is Sunday, the same as 0)
│ │ │ └──────── month (1 - 12)
│ │ └───────────── day of month (1 - 31)
│ └────────────────── hour (0 - 23)
└─────────────────────── min (0 - 59)
COoDiE Monsta

Ähnliche Antworten wie “Crontab Mac”

Fragen ähnlich wie “Crontab Mac”

Weitere verwandte Antworten zu “Crontab Mac” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen