Skip to content

Instantly share code, notes, and snippets.

@yaotti
Created April 8, 2010 14:37
Show Gist options
  • Save yaotti/360128 to your computer and use it in GitHub Desktop.
Save yaotti/360128 to your computer and use it in GitHub Desktop.
$ history -n 1 | awk {'print $1'} | sort | uniq -c | sort -k1 -rn | head
1275 sudo
910 ls
908 git
835 rm
808 gg
773 gc
727 cp
678 less
615 make
582 mv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment