Skip to content

Instantly share code, notes, and snippets.

@maxt3r
Created November 29, 2011 21:06
Show Gist options
  • Save maxt3r/1406514 to your computer and use it in GitHub Desktop.
Save maxt3r/1406514 to your computer and use it in GitHub Desktop.
Top 10 most used terminal commands
history | awk '{print $2}' | sort | uniq -c | sort -rn | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment