PC:
103 cd
76 pacman
47 yaourt
40 cat
37 rm
33 man
32 nano
32 adb
30 mcrcon
28 ffplay
Serveur perso:
76 systemctl
53 cd
41 nano
30 setfacl
29 pacman
24 mkdir
16 mv
15 rm
14 ls
10 ln
Serveur du boulot (oui, c'est du dev web, et oui parfois c'est compliqué retrouver des bouts de code, vive le code legacy):
1028 git
237 cd
124 ./phpfind # find $1 -name '*php' -exec grep -H $2 {} \;
120 vim
81 find
79 rm
63 cat
61 ./jsfind # find $1 -name '*.js' -exec grep -H $2 {} \;
49 chmod
35 ./tplfind # find templates/ -name '*html' -exec grep -H $1 {} \;