test

this is it


not is this it

i tink so

USAGE

Unix: awk '/pattern/ {print "$1"}'          #standard Unix shells   
`DOS/Win: awk '/pattern/ {print "$1"}'`     #compiled with DJGPP, Cygwin   
awk "/pattern/ {print \"$1\"}"              #GnuWin32, UnxUtils, Mingw   

Note that the DJGPP compilation (for DOS or Windows-32) permits an awk
sc


Leave a Reply

Your email address will not be published. Required fields are marked *