February 2003
Intermediate to advanced
1440 pages
30h 42m
English
sed -
Stream text editor.
sed(1) sed(1) NAME sed - stream text editor SYNOPSIS sed [-n] script [file ...] sed [-n] [-e script] ... [-f script_file] ... [file ...] DESCRIPTION sed copies the named text files (standard input default) to the standard output, edited according to a script containing up to 100 commands. Only complete input lines are processed. Any input text at the end of a file that is not terminated by a new-line character is ignored. Options sed recognizes the following options: -f script_file Take script from file script_file. -e script Edit according to script. If there is just one -e option and no -f options, the flag -e ...
Read now
Unlock full access