Skip to content

Instantly share code, notes, and snippets.

@danishsatkut
Created August 15, 2022 19:26
Show Gist options
  • Save danishsatkut/f01081df231fc38916346f1cc476ee10 to your computer and use it in GitHub Desktop.
Save danishsatkut/f01081df231fc38916346f1cc476ee10 to your computer and use it in GitHub Desktop.
Ordered crontab list
crontab -l | grep -E '^@|^\*|^[0-9]' | sort -n -k2 -k1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment