Skip to content

Instantly share code, notes, and snippets.

@walterrenner
Created January 4, 2016 08:36
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 walterrenner/33fcd610119f9a0b95b5 to your computer and use it in GitHub Desktop.
Save walterrenner/33fcd610119f9a0b95b5 to your computer and use it in GitHub Desktop.
some useful bash commands

count history 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