Matt showed up in my reader with this which I discovered is quite noisey on the intertubes right now. Here's my top ten.. Explanation below.
bsmith@ops654 [02:04:47 (0.00)] ~
-> history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
225 winto
82 ls
70 ssh
66 vi
65 checkuus
64 mssh
54 dig
53 cd
50 ping
41 cat
wintois a wrapper forscreenthat does this:screen -t $1 ssh $1.- I have to know what I'm looking at.
- I'm a sysadmin, I'm all over the place.
- Sysadmins write code and manage config files too.
- A script that checks pool of servers that can cause some problems in our enviroment.
- "mass ssh" do cool stuff on bunches of servers (must have in my world)
- "What the hell is this ip?!"
- Moving around..
- "Is that server alive?!"
- /dev/urandom ?

