new sed -l

This commit is contained in:
rsc 2006-06-12 17:54:30 +00:00
parent ca786c9f4e
commit 751ff8ab61

View file

@ -4,10 +4,7 @@ sed \- stream editor
.SH SYNOPSIS .SH SYNOPSIS
.B sed .B sed
[ [
.B -n .B -gln
]
[
.B -g
] ]
[ [
.B -e .B -e
@ -44,6 +41,11 @@ option suppresses the default output;
.B -g .B -g
causes all substitutions to be global, as if suffixed causes all substitutions to be global, as if suffixed
.BR g . .BR g .
The
.B -l
option causes
.I sed
to flush its output buffer after every newline.
.PP .PP
A script consists of editing commands, one per line, A script consists of editing commands, one per line,
of the following form: of the following form: