sbase/nl.1

52 lines
900 B
Groff
Raw Normal View History

2015-02-20 07:05:54 -05:00
.Dd February 20, 2015
.Dt NL 1
.Os sbase
2014-12-04 08:49:07 -05:00
.Sh NAME
.Nm nl
.Nd line numbering filter
.Sh SYNOPSIS
.Nm
2014-12-04 08:49:07 -05:00
.Op Fl b Ar type
.Op Fl i Ar incr
.Op Fl s Ar sep
2015-02-20 07:05:54 -05:00
.Op Fl v Ar startnum
2014-12-04 08:49:07 -05:00
.Op Ar file
.Sh DESCRIPTION
.Nm
reads lines from the named
.Ar file
and writes them to stdout with non-empty lines numbered. If no
.Ar file
is given
2014-12-04 08:49:07 -05:00
.Nm
reads from stdin.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl b Ar type
Defines which lines will be numbered:
.Bl -tag -width pstringXX
.It a
All lines.
.It n
No lines.
.It t
Only non-empty lines (default).
.It p Ns Ar expr
Only lines which match
.Ar expr ,
2011-05-29 16:30:44 -04:00
a regular expression as defined in
2015-02-01 14:52:28 -05:00
.Xr regex 7 .
2014-12-04 08:49:07 -05:00
.El
.It Fl i Ar incr
Defines the increment between numbered lines.
.It Fl s Ar sep
Defines the string used to separate line numbers and lines. By default this is
2011-05-29 16:30:44 -04:00
a tab.
2015-02-20 07:05:54 -05:00
.It Fl v Ar startnum
Start counting from
.Ar startnum
instead of the default 1.
2014-12-04 08:49:07 -05:00
.El
.Sh SEE ALSO
.Xr pr 1