Last active
August 12, 2022 06:14
-
-
Save eighteyes/bb21efc70f98ba3b75947329bc9ba908 to your computer and use it in GitHub Desktop.
Shell command concordance sorted by frequency one-liner
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
history | cut -c 8-90 | sort | uniq -c | sort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment