Skip to content

Instantly share code, notes, and snippets.

@hasantayyar
Forked from csanz/MostUsedCommands.md
Created April 25, 2012 22:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hasantayyar/2493868 to your computer and use it in GitHub Desktop.
Save hasantayyar/2493868 to your computer and use it in GitHub Desktop.
Most used commands
history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment