Skip to content

Instantly share code, notes, and snippets.

@rasy-js
Last active August 29, 2015 14:24
Show Gist options
  • Save rasy-js/f245c981046bba1be24e to your computer and use it in GitHub Desktop.
Save rasy-js/f245c981046bba1be24e to your computer and use it in GitHub Desktop.
history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn |head -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment