Leo en el blog de Cheli el resultado del meme sobre cuales son las 10 órdenes más utilizadas.
En el trabajo:
jmferrerm@guerra:~$ history|awk '{print $2}' | sort|uniq -c | sort -rn | head -10
415 ssh
90 ping
81 sudo
73 host
65 cd
62 ls
19 svn
16 cssh
15 svnadmin
13 apt-cache
jmferrerm@guerra:~$
En casa:
jmferrerm@path:~$ history | awk '{print $2}' | sort | uniq -c | sort -rn | head -10
237 ssh
122 cd
121 ls
87 sudo
50 for
39 ping
38 host
26 scp
19 apt-cache
17 sshfs
jmferrerm@path:~$
¿Se nota mucho que trabajo de sysadmin? :-D