[ Content | View menu ]

History Meme

Mark Mzyk April 20, 2008

Picked up on the Internet history meme from Tim Bray. Here are my results: ~ markmzyk$ history | awk ‘{a[$2]++} END{for(i in a){printf “%5d\t%s \n”, a[i],i}}’ | sort -rn|head 67    ls 54    cd 31    erl 25    vi 22    pwd 13    exit 7    sudo 7    ./configure 6    cp 4    source Nothing exciting what so ever.  Hadn’t […]