Skip to content

Instantly share code, notes, and snippets.

@amowu
Forked from hanksudo/top_10_shell_commands.sh
Last active August 29, 2015 14:13
Show Gist options
  • Save amowu/d740efa64c881fa804eb to your computer and use it in GitHub Desktop.
Save amowu/d740efa64c881fa804eb 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment