I’ve been trying out Git lately. Can you tell?
$ history 1000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
55 git
44 cd
42 ls
39 rake
35 ruby
34 sudo
26 ri
21 port
16 rm
13 irb
nom nom nom
I’ve been trying out Git lately. Can you tell?
$ history 1000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
55 git
44 cd
42 ls
39 rake
35 ruby
34 sudo
26 ri
21 port
16 rm
13 irb
Posted in Programming.
– September 1, 2008
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.