home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / librarie / mpwgawk.cpt / Gawk.Help < prev    next >
Encoding:
Text File  |  1991-05-15  |  837 b   |  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.