The Top Ten Unix Shell Commands You Use


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. 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/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.