Created
April 15, 2014 11:55
-
-
Save wwwbruno/10726259 to your computer and use it in GitHub Desktop.
Uso básico do crontab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Edita o arquivo atual do crontab ou cria um se não existir | |
crontab -e | |
# Exibe o conteúdo atual do crontab | |
crontab -l | |
# Remove o arquivo atual do crontab | |
crontab -r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment