Skip to content

Instantly share code, notes, and snippets.

@mrchilds
Last active August 29, 2015 13:56
Show Gist options
  • Save mrchilds/9099373 to your computer and use it in GitHub Desktop.
Save mrchilds/9099373 to your computer and use it in GitHub Desktop.
Who has a crontab...
cat /etc/passwd | awk -F: '{print "crontab -u "$1" -l"}' |s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment