martes, octubre 10, 2006

Comandos más usados

Siguiendo la línea de varios blogs linuxeros, va mi lista de comandos más utilizados:

martin@interoper99:~$ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -rn|head -10
57 ls
16 exit
15 clear
14 cd
12 wget
11 telnet
11 make
10 tail
10 cat
9 sudo

Finito.

No hay comentarios.: