Created
December 31, 2011 19:55
-
-
Save f3nry/1545148 to your computer and use it in GitHub Desktop.
most used commands
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}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -r | |
148 git | |
51 cd | |
39 ls | |
32 scala | |
32 rails | |
27 rspec | |
25 vagrant | |
15 vim | |
15 time | |
14 php | |
13 bundle | |
12 ssh | |
12 less | |
8 cat | |
5 clear | |
5 ab | |
4 xsltproc | |
4 rm | |
4 heroku | |
4 export | |
3 jammit-s3 | |
3 bg | |
3 " | |
2 touch | |
2 shotgun | |
2 scalac | |
2 pecl | |
2 mkdir | |
2 for | |
1 rake | |
1 railss | |
1 play | |
1 ping | |
1 mv | |
1 mongo | |
1 history | |
1 gid | |
1 gem | |
1 cp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment