Skip to content

Instantly share code, notes, and snippets.

@chapagainmanoj
Created December 18, 2018 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chapagainmanoj/f163770d40aecc201f0bcad7e04bf7ab to your computer and use it in GitHub Desktop.
Save chapagainmanoj/f163770d40aecc201f0bcad7e04bf7ab to your computer and use it in GitHub Desktop.
your top 20 terminal commands
history | \
awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | \
grep -v "./" | \
column -c3 -s " " -t | \
sort -nr | nl | head -n 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment