Created
August 15, 2022 19:26
-
-
Save danishsatkut/f01081df231fc38916346f1cc476ee10 to your computer and use it in GitHub Desktop.
Ordered crontab list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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