jasonnixon.net
-
quick reference
- awk
examples generated with awk 3.1.5 on Linux
good reference
http://www.gnu.org/manual/gawk/html_node/Print-Examples.html
awk '{ print $2, $3 }'
prints field 2 and 3 to STD OUT...using the , inserts a whitespace in the output