new sed -l
This commit is contained in:
parent
ca786c9f4e
commit
751ff8ab61
1 changed files with 6 additions and 4 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue