A Troupe of little vagrants of the world, leave your footprints in my words.--我的文摘本.
查看文章 |
WHAT IS YOUR 10 COMMON LINUX COMMANDS?
2007-12-23 21:09
The idea is simple, we gather info from history, lets look at the command combo’s now. history | awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | grep -v "./" | column -c3 -s " " -t | sort -nr | nl | head -n10 |
最近读者: