home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / online / source / c / compilers / gawk-mpw-2.11.1r3.sit.hqx / gawk-mpw-2.11.1r3 / Gawk.Help < prev    next >
Text File  |  1991-05-14  |  837b  |  15 lines

  1. -
  2. Gawk           # pattern scanning and processing language
  3. Gawk [option…] [-f program-file…] [ -- ] file… < file > output ≥ errors
  4. Gawk [option…] [ -- ] program-text file… < file > output ≥ errors
  5.      -Ffs                   # use fs for the input field separator
  6.      -v var=val             # assign the value val, to the variable var
  7.      -f program-file        # read AWK program source from file
  8.      -a                     # use AWK style regular expressions
  9.      -e                     # use egrep(1) style regular expressions
  10.      -m                     # Use MPW style regular expressions
  11.      -c                     # run in compatibility mode
  12.      -C                     # print short version of the GNU copyright
  13.      -V                     # print version information
  14.      --                     # signal the end of options
  15.