Skip to content

Instantly share code, notes, and snippets.

@wwwbruno
Created April 15, 2014 11:55
Show Gist options
  • Save wwwbruno/10726259 to your computer and use it in GitHub Desktop.
Save wwwbruno/10726259 to your computer and use it in GitHub Desktop.
Uso básico do crontab
# 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