使用最频繁的前5个命令


history | awk {'print $2'} | sort | uniq -c | sort -k1 -rn| head -n5

    Posted by holin At May 15, 2008 10:40

请登录以发表评论。