home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gawk-2.15.6-base.tgz / gawk-2.15.6-base.tar / fsf / gawk / test / badargs.good < prev    next >
Text File  |  1993-12-26  |  517b  |  18 lines

  1. gawk: option requires an argument -- f
  2. Usage:    gawk [POSIX or GNU style options] -f progfile [--] file ...
  3.     gawk [POSIX or GNU style options] [--] 'program' file ...
  4. POSIX options:        GNU long options:
  5.     -f progfile        --file=progfile
  6.     -F fs            --field-separator=fs
  7.     -v var=val        --assign=var=val
  8.     -m[fr]=val
  9.     -W compat        --compat
  10.     -W copyleft        --copyleft
  11.     -W copyright        --copyright
  12.     -W help            --help
  13.     -W lint            --lint
  14.     -W posix        --posix
  15.     -W source=program-text    --source=program-text
  16.     -W usage        --usage
  17.     -W version        --version
  18.