OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / GNU_textutils / original / man1 / nl.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.012.
2 .TH NL "1" "August 1999" "GNU textutils 2.0" FSF
3 .SH NAME
4 nl \- number lines of files
5 .SH SYNOPSIS
6 .B nl
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .PP
10 .\" Add any additional description here
11 .PP
12 Write each FILE to standard output, with line numbers added.
13 With no FILE, or when FILE is -, read standard input.
14 .TP
15 \fB\-b\fR, \fB\-\-body\-numbering\fR=\fISTYLE\fR
16 use STYLE for numbering body lines
17 .TP
18 \fB\-d\fR, \fB\-\-section\-delimiter\fR=\fICC\fR
19 use CC for separating logical pages
20 .TP
21 \fB\-f\fR, \fB\-\-footer\-numbering\fR=\fISTYLE\fR
22 use STYLE for numbering footer lines
23 .TP
24 \fB\-h\fR, \fB\-\-header\-numbering\fR=\fISTYLE\fR
25 use STYLE for numbering header lines
26 .TP
27 \fB\-i\fR, \fB\-\-page\-increment\fR=\fINUMBER\fR
28 line number increment at each line
29 .TP
30 \fB\-l\fR, \fB\-\-join\-blank\-lines\fR=\fINUMBER\fR
31 group of NUMBER empty lines counted as one
32 .TP
33 \fB\-n\fR, \fB\-\-number\-format\fR=\fIFORMAT\fR
34 insert line numbers according to FORMAT
35 .TP
36 \fB\-p\fR, \fB\-\-no\-renumber\fR
37 do not reset line numbers at logical pages
38 .TP
39 \fB\-s\fR, \fB\-\-number\-separator\fR=\fISTRING\fR
40 add STRING after (possible) line number
41 .TP
42 \fB\-v\fR, \fB\-\-first\-page\fR=\fINUMBER\fR
43 first line number on each logical page
44 .TP
45 \fB\-w\fR, \fB\-\-number\-width\fR=\fINUMBER\fR
46 use NUMBER columns for line numbers
47 .TP
48 \fB\-\-help\fR
49 display this help and exit
50 .TP
51 \fB\-\-version\fR
52 output version information and exit
53 .PP
54 By default, selects \fB\-v1\fR \fB\-i1\fR \fB\-l1\fR \fB\-sTAB\fR \fB\-w6\fR \fB\-nrn\fR \fB\-hn\fR \fB\-bt\fR \fB\-fn\fR.  CC are
55 two delimiter characters for separating logical pages, a missing
56 second character implies :.  Type \\ for \.  STYLE is one of:
57 .TP
58 a
59 number all lines
60 .TP
61 t
62 number only nonempty lines
63 .TP
64 n
65 number no lines
66 .TP
67 pREGEXP
68 number only lines that contain a match for REGEXP
69 .PP
70 FORMAT is one of:
71 .TP
72 ln
73 left justified, no leading zeros
74 .TP
75 rn
76 right justified, no leading zeros
77 .TP
78 rz
79 right justified, leading zeros
80 .SH "REPORTING BUGS"
81 Report bugs to <bug-textutils@gnu.org>.
82 .SH "SEE ALSO"
83 The full documentation for
84 .B nl
85 is maintained as a Texinfo manual.  If the
86 .B info
87 and
88 .B nl
89 programs are properly installed at your site, the command
90 .IP
91 .B info nl
92 .PP
93 should give you access to the complete manual.
94 .SH COPYRIGHT
95 Copyright \(co 1999 Free Software Foundation, Inc.
96 .br
97 This is free software; see the source for copying conditions.  There is NO
98 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.