Skip to content

Instantly share code, notes, and snippets.

@tdl
Created August 2, 2012 09:19
Show Gist options
  • Save tdl/3235729 to your computer and use it in GitHub Desktop.
Save tdl/3235729 to your computer and use it in GitHub Desktop.
Show most frequently used commands
history | cut -c8- | sort | uniq -c | sort -rn | head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment