Wednesday 23 September 2009

I guessed right

Vote here.

4 comments:

Peter Risdon said...

Ditto.

Bristol Dave said...

Ditto again. I must use that command about 20 times a day.

countdruncula said...

I just use this old chestnut:

history|awk '{a[$2]++}END{for(i in a) \
{print a[i] " " i}}'|sort -rn|head

Angry Steve said...

It was rather obvious though, wasn't it?