$ history | awk '{print $2}' | sort | uniq -c | sort -rn | head
149 cd
138 ls
42 svn
27 python
23 vim
18 exit
16 locate
11 ssh
10 rm
8 less
via
Subscribe to:
Post Comments (Atom)
Software development and existential drama
$ history | awk '{print $2}' | sort | uniq -c | sort -rn | head
149 cd
138 ls
42 svn
27 python
23 vim
18 exit
16 locate
11 ssh
10 rm
8 less
via
No comments:
Post a Comment