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:~>
Comments
hahahaha! x'D
te gusta mirar que tienen los directorios ehh.. jajaja.. es como una adiccion el cd ls
x'D
como que no se puede hacer cd sin un ls
hahah... y no todo esta en brain();
pjoul
@ 14.04.2008 11:27 America/Santiago
You can use ^D hotkey instead of typing exit into the console.
You can use ^D hotkey instead of typing exit into the console.
add a comment
This blog is gravatar enabled.
Your email adress will never be published.
Comment spam will be deleted!