Last active
December 1, 2024 12:02
-
-
Save unrevised6419/6b02838fa54d4fd7c3155cd7a56d06e0 to your computer and use it in GitHub Desktop.
Show top 10 commands most used
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 1 | awk '{print $2}' | sort | uniq -ci | sort -gr | head -n 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment