1 .\" $FreeBSD: src/usr.bin/nl/nl.1,v 1.16 2005/01/25 22:32:48 tjr Exp $
3 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
6 .\" This code is derived from software contributed to The NetBSD Foundation
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\" notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\" notice, this list of conditions and the following disclaimer in the
16 .\" documentation and/or other materials provided with the distribution.
17 .\" 3. All advertising materials mentioning features or use of this software
18 .\" must display the following acknowledgement:
19 .\" This product includes software developed by the NetBSD
20 .\" Foundation, Inc. and its contributors.
21 .\" 4. Neither the name of The NetBSD Foundation nor the names of its
22 .\" contributors may be used to endorse or promote products derived
23 .\" from this software without specific prior written permission.
25 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
26 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
27 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28 .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
29 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35 .\" POSSIBILITY OF SUCH DAMAGE.
42 .Nd line numbering filter
80 utility reads lines from the named
82 or the standard input if the
85 applies a configurable line numbering filter operation and writes the result
86 to the standard output.
90 utility treats the text it reads in terms of logical pages.
91 Unless specified otherwise, line numbering is reset at the start of each
93 A logical page consists of a header, a body and a footer
94 section; empty sections are valid.
95 Different line numbering options are
96 independently available for header, body and footer sections.
98 The starts of logical page sections are signalled by input lines containing
99 nothing but one of the following sequences of delimiter characters:
101 .Bl -column "\e:\e:\e:" "Start of" -offset indent
103 .It "\e:\e:\e: header"
108 If the input does not contain any logical page section signalling directives,
109 the text being read is assumed to consist of a single logical page body.
111 The following options are available:
112 .Bl -tag -width ".Fl v Ar startnum"
114 Specify the logical page body lines to be numbered.
118 .Bl -tag -width indent
122 Number only non-empty lines.
126 Number only those lines that contain the basic regular expression specified
133 for logical page body lines is
136 Specify the delimiter characters used to indicate the start of a logical
137 page section in the input file.
138 At most two characters may be specified;
139 if only one character is specified, the first character is replaced and the
140 second character remains unchanged.
148 except for logical page footer lines.
151 for logical page footer lines is
156 except for logical page header lines.
159 for logical page header lines is
162 Specify the increment value used to number logical page lines.
167 If numbering of all lines is specified for the current logical section
168 using the corresponding
174 specify the number of adjacent blank lines to be considered as one.
177 2 results in only the second adjacent blank line being numbered.
182 Specify the line numbering output format.
186 .Bl -tag -width indent -compact
190 Right justified, leading zeros suppressed.
192 Right justified, leading zeros kept.
200 Specify that line numbering should not be restarted at logical page delimiters.
202 Specify the characters used in separating the line number and the corresponding
206 setting is a single tab character.
208 Specify the initial value used to number logical page lines; see also the
216 Specify the number of characters to be occupied by the line number;
219 is insufficient to hold the line number, it will be truncated to its
221 least significant digits.
228 .Ev LANG , LC_ALL , LC_CTYPE
231 environment variables affect the execution of
248 utility first appeared in
251 Input lines are limited to
253 (2048) bytes in length.