Skip to content

Instantly share code, notes, and snippets.

@chaitu87
Last active December 12, 2016 19:46
Show Gist options
  • Save chaitu87/1ec633c93316643205a517859b757296 to your computer and use it in GitHub Desktop.
Save chaitu87/1ec633c93316643205a517859b757296 to your computer and use it in GitHub Desktop.
test all jobs of cron
crontab -l | grep -v '^#' | cut -f 6- -d ' ' | while read CMD; do eval $CMD; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment