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 :: composer download 
Shell :: enable ssh on ubuntu 20.04 
Shell :: how to uninstall a package in react 
Shell :: add gist file to dev.to 
Shell :: flutter doctor --android-licenses error 
Shell :: remover completamente programa terminal ubuntu 
Shell :: vba run shell command with arguments 
Shell :: public access denied assmebla 
Shell :: npm install electron-reload 
Shell :: temeprature ubuntu command line 
Shell :: nano move line up 
Shell :: How can I make a bash command run periodically 
Shell :: how to make bash script must be ran in sudo 
Shell :: patch a file in vendor 
Shell :: lxc bash script source 
Shell :: 3.4.5 packet tracer configure trunks 
Shell :: nautilus open random file 
Shell :: ghostscript pdf to text 
Shell :: nativescript/theme with nativescript 8 
Shell :: disban camera ubuntu 
Shell :: ca(oh)2 là gì 
Shell :: git change autor of all comits 
Shell :: sslkeylogfile not working linux 
Shell :: how to compare strings in zsh script 
Shell :: docker toolbox windows clean 
Shell :: heroku process 
Shell :: what if i dont want gui in ubuntu 20.04 
Shell :: linux terminal clear shortcut 
Shell :: nx lint ignore warning 
Shell :: start docker api 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =