Dorky memes abound
501 ~> history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head
130 go
113 ls
66 ssh
33 for
22 cat
14 grep
14 cd
11 ps
10 less
8 ping
"go" ? -- David W
go = expect script that automates 1) logging into boxes, 2) running a command, or 3) loading a config snippet. --Patrick.
So is "go" a separate bash script you've got setup or is it part of your .bashrc?
I added a "goslice" command to my .bashrc to automate logging into my slice host (although I think I still need to tweak the SSH authentication part 'cause it's still asking for my passwd each time instead of working w/ the key file).
In any case, bash is fun.
go aliases http://haller.ws/projects/tcl/admin_login.exp