history game
heh, everybody is doing this !!
cristian@xpsm1330:~> history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
204 ls
150 cd
95 exit --> too many open consoles ;)
89 vim
40 git --> learning git
30 find
29 su
27 ssh --> ssh to work.
26 sudo
26 man --> not everything inside $BRAIN :P
cristian@xpsm1330:~>
cristian@xpsm1330:~> history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
204 ls
150 cd
95 exit --> too many open consoles ;)
89 vim
40 git --> learning git
30 find
29 su
27 ssh --> ssh to work.
26 sudo
26 man --> not everything inside $BRAIN :P
cristian@xpsm1330:~>