/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10
URL: http://blog.pimpmyshell.de/2007/05/21/the-top-ten-unix-shell-commands-you-use/