Skip to content

Instantly share code, notes, and snippets.

@rezkam
Created December 16, 2014 14:30
Show Gist options
  • Save rezkam/a68d5ce10e7e64945e37 to your computer and use it in GitHub Desktop.
Save rezkam/a68d5ce10e7e64945e37 to your computer and use it in GitHub Desktop.
Most Used Shell Commands
history | awk '{h[$2]++}END{for(i in h){print h[i],i|"sort -rn|head -20"}}' |awk '!max{max=$1;}{r="";i=s=60*$1/max;while(i-->0)r=r"#";printf "%15s %5d %s %s",$2,$1,r,"\n";}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment