Created
April 25, 2015 00:36
-
-
Save dyerrington/3add35926496c5c552fa to your computer and use it in GitHub Desktop.
Most used commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
history | awk '{print $2}' | awk 'BEGIN {FS="|"}{print $1}' | sort | uniq -c | sort -n | tail | sort -nr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment