Skip to content

Instantly share code, notes, and snippets.

@nicklasos
Last active December 15, 2015 17:59
Show Gist options
  • 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