Created
April 15, 2013 15:17
-
-
Save kubo39/5388861 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
$ cat ~/.bash_history | sed "s|sudo ||g" | cut -d " " -f 1 | sort | uniq -c | sort -n | tail -n 10 | |
37 top | |
39 dmd | |
39 ruby | |
46 make | |
51 rake | |
59 rackup | |
225 ls | |
268 gem | |
311 cd | |
475 git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment