Skip to content

Instantly share code, notes, and snippets.

@utternerd
Last active August 29, 2015 14:11
Show Gist options
  • Save utternerd/ea44f0b361c27ae06344 to your computer and use it in GitHub Desktop.
Save utternerd/ea44f0b361c27ae06344 to your computer and use it in GitHub Desktop.
Show top shell commands from current history
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