Horje
crontab mac Code Example
run crontab on mac
*/1 * * * * cd ~/Documents/Python/cron && /usr/local/bin/python3 cron_test.py >> ~/Documents/Python/cron/cron.txt 2>&1
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)




Shell

Related
shell script for guess for magic number Code Example shell script for guess for magic number Code Example
You need to install the imagick extension to use this back end xampp Code Example You need to install the imagick extension to use this back end xampp Code Example
how to check bash runs with sudo Code Example how to check bash runs with sudo Code Example
xampp shell fonts Code Example xampp shell fonts Code Example
Install Deno - Scoop (Windows) Code Example Install Deno - Scoop (Windows) Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11