Top 10 UNIX commands
2008-10-15
Ever wondered what your most used shell commands are? Here's a very silly way I knocked up to find out mine.
history|perl -anle'$C ++;END '|head -10
Some people would have you believe that perl is difficult to read.
tagged as