Skip to content

Instantly share code, notes, and snippets.

@OrangeCrush
Created May 19, 2013 20:29
Show Gist options
  • Save OrangeCrush/5608858 to your computer and use it in GitHub Desktop.
Save OrangeCrush/5608858 to your computer and use it in GitHub Desktop.
Top 100 commands!
history | sed "s/^[0-9 ]*//" | sed "s/ *| */\n/g" | awk '{print $1}' | sort | uniq -c | sort -rn | head -n 100 > commands.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment