003+ Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...
003- bool(true)
004- To: user@company.com
005- Subject: Test Subject
006- KHeaders
005+ -n, --quiet, --silent
006+ suppress automatic printing of pattern space
007+ -e script, --expression=script
008- A Message
009- --- Extras
010- ===DONE===
008+ add the script to the commands to be executed
009+ -f script-file, --file=script-file
010+ add the contents of script-file to the commands to be executed
011+ -i[SUFFIX], --in-place[=SUFFIX]
012+ edit files in place (makes backup if extension supplied)
013+ -c, --copy
014+ use copy instead of rename when shuffling files in -i mode
015+ (avoids change of input file ownership)
016+ -l N, --line-length=N
017+ specify the desired line-wrap length for the `l' command
018+ --posix
019+ disable all GNU extensions.
020+ -r, --regexp-extended
021+ use extended regular expressions in the script.
022+ -s, --separate
023+ consider files as separate rather than as a single continuous
024+ long stream.
025+ -u, --unbuffered
026+ load minimal amounts of data from the input files and flush
027+ the output buffers more often
028+ --help display this help and exit
029+ --version output version information and exit
030+
031+ If no -e, --expression, -f, or --file option is given, then the first
032+ non-option argument is taken as the sed script to interpret. All
033+ remaining arguments are names of input files; if no input files are
034+ specified, then the standard input is read.
035+
036+ E-mail bug reports to: bonzini@gnu.org .
037+ Be sure to include the word ``sed'' somewhere in the ``Subject:'' field.
038+ bool(false)
039+ ===DONE===