My top 10 Commands
Posted by Taoufix on Jun 12th, 2007 in Computers
The idea comes from here.
They call me the Copy Ninja for a reason (^\)
Anyway, here they are:
[shell]$ history | awk ‘{print $2}’ | awk ‘BEGIN {FS=”|”} {print $1}’ | sort | uniq -c | sort -rn | head -n 10
153 ls
152 cd
110 svn
50 _ssh
32 for
29 rm
29 cat
27 make
25 /opt/sdb/programs/bin/dbmcli
25 mplayer[/shell]







Jun 12th