If they all jumped off a cliff would you follow?
From tbray.org:
nidhogg:~$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s \n",a[i],i}}'|sort -rn|head
42 cd
34 ls
10 grep
8 make
5 svn
5 ./ftqviz.py
4 p9
4 ./ldapstaff
4 export
4 du
Hmm, cd
, ls
, grep
, make
, then yesterday I was fiddling with svn
for a while, trying to get hold of the source for something interesting. The pything was analysing some numbers from a system performance utility, p9
invokes the rc
shell of plan9ports. Then right down at number 8 we get to an LDAP wrapper script I use for work-related porpoises!