home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / sviluppo / sed-3.02 / testsuite / help.good < prev    next >
Text File  |  1998-06-02  |  839b  |  19 lines

  1. Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...
  2.  
  3.   -n, --quiet, --silent
  4.                  suppress automatic printing of pattern space
  5.   -e script, --expression=script
  6.                  add the script to the commands to be executed
  7.   -f script-file, --file=script-file
  8.                  add the contents of script-file to the commands to be executed
  9.       --help     display this help and exit
  10.   -V, --version  output version information and exit
  11.  
  12. If no -e, --expression, -f, or --file option is given, then the first
  13. non-option argument is taken as the sed script to interpret.  All
  14. remaining arguments are names of input files; if no input files are
  15. specified, then the standard input is read.
  16.  
  17. E-mail bug reports to: bug-gnu-utils@gnu.org .
  18. Be sure to include the word ``sed'' somewhere in the ``Subject:'' field.
  19.