Skip to content

Instantly share code, notes, and snippets.

@johannilsson
Created March 11, 2009 15:31
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 johannilsson/77524 to your computer and use it in GitHub Desktop.
Save johannilsson/77524 to your computer and use it in GitHub Desktop.
cat ~/.bash_history |awk '{ print $1 }'|sort|uniq -c|sort -rn|head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment