Created
July 21, 2024 20:10
-
-
Save J3RN/968fed3724c66216a45bfa69b81dba4f to your computer and use it in GitHub Desktop.
What are your most common shell commands?
This file contains hidden or 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 | sed 's/\s\+[0-9]\+\s\+//' | cut -d ' ' -f 1 | sort | uniq -c | sort -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment