Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

run cron once a day

#run a cron once a day at 3am
0 3 * * *
Comment

how to run a script in crontab every day

 +---------------- minute (0 - 59)
 |  +------------- hour (0 - 23)
 |  |  +---------- day of month (1 - 31)
 |  |  |  +------- month (1 - 12)
 |  |  |  |  +---- day of week (0 - 6) (Sunday=0 or 7)
 |  |  |  |  |
 *  *  *  *  *  command to be executed
Comment

how to run a script in crontab every day

  30 2 * * * /your/command
# ^  ^
# |   hour
# minute
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install wps office in ubuntu 
Shell :: systemcd service user 
Shell :: Criar um dispositivo gerido por cores 
Shell :: node-gyp rebuild 
Shell :: only show first lines linux 
Shell :: what com port linux 
Shell :: How to install SciPy on Anaconda 
Shell :: git prune remote branches 
Shell :: Search for file using bash 
Shell :: bring job number to foreground linux 
Shell :: Deploy all file and subfolder git cpanel 
Shell :: open django terminal 
Shell :: how to switch remote from https to ssh on in github 
Shell :: uninstall vscode from linux 
Shell :: python.h missing 
Shell :: linux start simple http server 
Shell :: shopify theme kit for linux 
Shell :: telegram for archlinux 
Shell :: create git aliases 
Shell :: turn of raspberry 
Shell :: unstage git add 
Shell :: set ADS content 
Shell :: chmod read only command in linux 
Shell :: how to install heroku 
Shell :: docker compose v2 install 
Shell :: change shell prompt color linux 
Shell :: PowerShell cant run curl command 
Shell :: react hooks npm install 
Shell :: revert git pull 
Shell :: unable to install all modules vmware 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =