Shell- TopTen
Die meistgenutzen Befehle in meiner Konsole auf dem Server:
$ history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -rn|head -10
81 cd
46 php
32 ls
24 touch
19 exit
14 perl
8 /etc/init.d/apache
5 googlecloud.pl
5 cd ..
4 dbbackup.php
Sieht man, das ich allabendlich immer das selbe mache?
(via)
ClemensBW