Skip to content

Instantly share code, notes, and snippets.

@zhd4n
Created May 15, 2019 10:37
Show Gist options
  • Select an option

  • Save zhd4n/dffbda685e95b2564a57f21f07dcb697 to your computer and use it in GitHub Desktop.

Select an option

Save zhd4n/dffbda685e95b2564a57f21f07dcb697 to your computer and use it in GitHub Desktop.
Shows the most used 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 -n10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment