~ubuntu-branches/ubuntu/natty/9base/natty

« back to all changes in this revision

Viewing changes to sed/sed.1

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-08-20 17:34:06 UTC
  • mfrom: (6.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090820173406-xpwqa9ruyevvc0ut
Tags: 1:3-3
* Updating maintainer field.
* Updating vcs fields.
* Updating package to standards version 3.8.3.
* Updatin variables writing in rules to consistent style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
.SH SYNOPSIS
5
5
.B sed
6
6
[
7
 
.B -n
8
 
]
9
 
[
10
 
.B -g
 
7
.B -gln
11
8
]
12
9
[
13
10
.B -e
44
41
.B -g
45
42
causes all substitutions to be global, as if suffixed
46
43
.BR g .
 
44
The
 
45
.B -l
 
46
option causes
 
47
.I sed
 
48
to flush its output buffer after every newline.
47
49
.PP
48
50
A script consists of editing commands, one per line,
49
51
of the following form: