Did anybody say webscale?
$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}' |sort -rn|head121 cd91 ssh82 ls46 vi28 python26 scp16 dig12 more7 twistd6 rm
Why it should not be done in a Python one-liner- Paddy.
I wish there was a good way to account for everything I do after I walk in and type:$ emacsMail buffers, shell buffers, Python buffers, eval'd buffers, scratch buffers, w3m buffers, CTRL-META-thisthatandtheother commands. About the only thing in my history are sudo commands needed when I have to change a system setting.
Post a Comment
2 comments:
Why it should not be done in a Python one-liner
- Paddy.
I wish there was a good way to account for everything I do after I walk in and type:
$ emacs
Mail buffers, shell buffers, Python buffers, eval'd buffers, scratch buffers, w3m buffers, CTRL-META-thisthatandtheother commands.
About the only thing in my history are sudo commands needed when I have to change a system setting.
Post a Comment