June 2004
Intermediate to advanced
1056 pages
39h 58m
English
sed
sed [options] [files]
Streams editor. Edits one or more files
without user interaction. For more information on
sed, see sed and awk
(O’Reilly). The -e and
-f options may be provided multiple times, and
they may be used with each other.
-a
Treat all files as text and compare them.
-e
instruction
Apply the editing instruction to the files.
-f
script
Apply the set of instructions from the editing
script.
-n
Suppress default output.
Read now
Unlock full access