Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

run crontab on mac

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

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)
Comment

PREVIOUS NEXT
Code Example
Shell :: flutter pub get taking too long 
Shell :: laravel install valet 
Shell :: symfony Unable to write in the "logs" directory (/var/www/html/var/log). 
Shell :: Copy folder while ignoring node_modules folder 
Shell :: zsh mac vi 
Shell :: execution policy powershell single script 
Shell :: conda install libglu1 
Shell :: run shell script linux 
Shell :: linux make executable 
Shell :: bash function 
Shell :: linux shard a file into smaller files 
Shell :: bluetoothctl list paired devices 
Shell :: zsh in Mac OS 
Shell :: multiple commands one line linux 
Shell :: commit to wrong branch git | move wrong commit to the correct branch 
Shell :: COPY failed: file not found in build context or excluded by .dockerignore: stat package.json: file does not exist 
Shell :: deploy github actions with firebase 
Shell :: internet not working on centos 8 on linux 
Shell :: docker history 
Shell :: install of the kali wsl desktop 
Shell :: stop gnix 
Shell :: avro for debian 
Shell :: git how to rollback to previous commit 
Shell :: How to install LAMP in CentOs? 
Shell :: install influxdb 
Shell :: insert text before cursor in vi 
Shell :: ubuntu fake camera 
Shell :: cht sht zsh completion 
Shell :: sudo unzip command 
Shell :: aws s3 ls wildcard 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =