Hate to admit this, but I still don't understand awk very well. I
found this great resource while googling, and hopefully it can help
you guys also.

http://www.cyberciti.biz/faq/bash-scripting-using-awk/

At the bottom is a great command showing why awk is so cool.

history | awk '{print $2}' | sort | uniq -c | sort -rn | head
_______________________________________________
LinuxUsers mailing list
LinuxUsers@socallinux.org
http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers

Reply via email to