Home
mmcgrath - Whats this meme stuff?
April 10th, 2008
10:00 am

[Link]

Previous Entry Add to Memories Tell a Friend Next Entry
Whats this meme stuff?
Here's mine:

[mmcgrath@laptop ~]$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
231 ssh
154 cd
148 ls
95 sudo
49 vi
40 alpine
29 git
24 ping
19 rpm
19 make


Just as I thought... basically nothing more then a terminal.

(Leave a comment)

Comments
 
[User Picture]
From:[info]iquaid
Date:April 10th, 2008 03:56 pm (UTC)
(Link)
Ironically, I get a different answer each time I run it in a different gnome-terminal tab. Still, it appears much like yours, with 'ls' on the top. My ssh action would top out the list, but my most common destinations via are either a bash alias or a small script, so my list shows:

43 sshHOST1
42 sshHOST2
40 sshHOST3

OTOH, I do use make a lot because it's doc building season. :)
[User Picture]
From:[info]neojima
Date:April 12th, 2008 04:32 am (UTC)
(Link)
Unsurprising:

345 ssh
118 nano
69 ls
60 scp
34 display
34 dhcp-load
25 cd
21 screen
19 convert
15 cp

Pretty easy to spot the sysadmins, huh?

dhcp-load is a script that generates /etc/hosts and /etc/ethers files for a particular DHCP server, sends them to the said server, and restarts dnsmasq on that host. Mind, I maintain 21 or so DHCP servers, with lots of clients, so there's a reason for this. (And before you mention Puppet -- 18 of those are OpenWRT devices.)
My Website Powered by LiveJournal.com