Created
March 31, 2015 09:19
-
-
Save yoku0825/a5e07f73c28959050dbe to your computer and use it in GitHub Desktop.
This file contains hidden or 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 }' | sort | uniq -c | sort -nr | head | awk '{ print $2 }' | cat -n | |
1 d | |
2 vim | |
3 ll | |
4 cd | |
5 perl | |
6 git | |
7 ssh | |
8 ps | |
9 ./my_logstash.pl | |
10 rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment