Top Ten
|
Geschrieben von Beat Rubischon (Link) am
Mittwoch, 6. Juni 2007, 14:50
aus dem /bin/bash dept.
Bei Thilde wiederentdeckt - der Oneliner zur Top Ten Unix Shell Commands. Da muss ich glatt mitmachen :-)
Mein PowerBook:
beat@melone:~$ history | awk '{print $2}' \
| awk 'BEGIN {FS="|"} {print $1}' \
| sort | uniq -c | sort -rn | head -10
112 ls
81 ssh
74 cd
22 du
21 ./sync.sh
18 quickback.sh
18 less
17 rm
13 svn
13 joe
Da mache ich irgendwie recht häufig Backups ;-)
Mein Büroaccount:
brubischon@wendy:~$ history | awk '{print $2}' \
| awk 'BEGIN {FS="|"} {print $1}' \
| sort | uniq -c | sort -rn | head -10
127 ls
62 ssh
47 cd
30 qrsh
29 rlogin
23 rm
19 less
19 joe
17 scp
16 ldapsearch
Sieht man, dass ich vor kurzem ActiveDrectory debuggt habe?
Und mein heimisches Account:
beat@max:~$ history | awk '{print $2}' \
| awk 'BEGIN {FS="|"} {print $1}' \
| sort | uniq -c | sort -rn | head -10
104 ls
70 cd
46 ssh
22 rm
21 less
19 pine
16 esdplay
10 telnet
10 locate
9 scp
Alle diese Accounts sind mehrheitlich "Einstiegspunkte" auf andere Systeme. Ein bisschen lokale Doku, vielleicht auch Mail - die Mehrheit sind aber ssh zu anderen Rechnern.
Wie das wohl bei Priska, Maol oder XTaran aussieht?
Permalink
|
Das Kleingedruckte: Der Besitzer der folgenden Kommentare ist wer
immer sie eingeschickt hat. Wir sind in keiner Weise für sie
verantwortlich.
|