onenotes之统计linux下最常用的十个命令:
history | awk '{count[$2]++};END{for (cmd in count) print count[cmd]"  "cmd}' | sort -nr | head -n 10