Skip to content

Instantly share code, notes, and snippets.

@nicklasos
Last active December 15, 2015 17:59
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 nicklasos/5300537 to your computer and use it in GitHub Desktop.
Save nicklasos/5300537 to your computer and use it in GitHub Desktop.
Show commands count in shell from history
history | awk '{print $2}' | sort | uniq -c | sort -rn | head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment