Skip to content

Instantly share code, notes, and snippets.

@nosajhpled
Created April 26, 2018 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nosajhpled/981603e86a8d93974e72a20d182a1a87 to your computer and use it in GitHub Desktop.
Save nosajhpled/981603e86a8d93974e72a20d182a1a87 to your computer and use it in GitHub Desktop.
*/5 * * * * curl http://www.example.com
Add/Edit CRON job:
crontab -e
VIM Commands:
Insert a line - ESC -> I
Save - :w
Quit - :q
Show all CRONT jobs:
crontab -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment