开始流行晒历史,我也晒一下:
[code]
$ history | awk {'print $2'} | sort | uniq -c | sort -k1 -rn | head
276 git
44 cd
44 ack
26 vi
25 ls
17 find
11 rake
10 gitk
8 rm
5 tail
[/code]
[code]
$ history | awk {'print $2'} | sort | uniq -c | sort -k1 -rn | head
276 git
44 cd
44 ack
26 vi
25 ls
17 find
11 rake
10 gitk
8 rm
5 tail
[/code]