nawk-pattern scanning and processing language

 <  Day Day Up  >  

nawk ”pattern scanning and processing language

 nawk [ F re ] [ v var=value ] [ 'prog' ] [ filename ... ] nawk [ F re ] [ v var=value ] [ f progfile ][ filename ... ] 

nawk scans each input filename for lines that match any of a set of patterns. The command string must be enclosed in single quotes ( ' ) to protect it from the shell. Awk programs consist of a set of pattern/action statements used to filter specific information from a file, pipe, or stdin .

 <  Day Day Up  >  


UNIX Shells by Example
UNIX Shells by Example (4th Edition)
ISBN: 013147572X
EAN: 2147483647
Year: 2004
Pages: 454
Authors: Ellie Quigley

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net