summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-rawhide/man1/nl.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/fedora-rawhide/man1/nl.1
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/fedora-rawhide/man1/nl.1')
-rw-r--r--upstream/fedora-rawhide/man1/nl.1103
1 files changed, 103 insertions, 0 deletions
diff --git a/upstream/fedora-rawhide/man1/nl.1 b/upstream/fedora-rawhide/man1/nl.1
new file mode 100644
index 00000000..0787ea76
--- /dev/null
+++ b/upstream/fedora-rawhide/man1/nl.1
@@ -0,0 +1,103 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
+.TH NL "1" "January 2024" "GNU coreutils 9.4" "User Commands"
+.SH NAME
+nl \- number lines of files
+.SH SYNOPSIS
+.B nl
+[\fI\,OPTION\/\fR]... [\fI\,FILE\/\fR]...
+.SH DESCRIPTION
+.\" Add any additional description here
+.PP
+Write each FILE to standard output, with line numbers added.
+.PP
+With no FILE, or when FILE is \-, read standard input.
+.PP
+Mandatory arguments to long options are mandatory for short options too.
+.TP
+\fB\-b\fR, \fB\-\-body\-numbering\fR=\fI\,STYLE\/\fR
+use STYLE for numbering body lines
+.TP
+\fB\-d\fR, \fB\-\-section\-delimiter\fR=\fI\,CC\/\fR
+use CC for logical page delimiters
+.TP
+\fB\-f\fR, \fB\-\-footer\-numbering\fR=\fI\,STYLE\/\fR
+use STYLE for numbering footer lines
+.TP
+\fB\-h\fR, \fB\-\-header\-numbering\fR=\fI\,STYLE\/\fR
+use STYLE for numbering header lines
+.TP
+\fB\-i\fR, \fB\-\-line\-increment\fR=\fI\,NUMBER\/\fR
+line number increment at each line
+.TP
+\fB\-l\fR, \fB\-\-join\-blank\-lines\fR=\fI\,NUMBER\/\fR
+group of NUMBER empty lines counted as one
+.TP
+\fB\-n\fR, \fB\-\-number\-format\fR=\fI\,FORMAT\/\fR
+insert line numbers according to FORMAT
+.TP
+\fB\-p\fR, \fB\-\-no\-renumber\fR
+do not reset line numbers for each section
+.TP
+\fB\-s\fR, \fB\-\-number\-separator\fR=\fI\,STRING\/\fR
+add STRING after (possible) line number
+.TP
+\fB\-v\fR, \fB\-\-starting\-line\-number\fR=\fI\,NUMBER\/\fR
+first line number for each section
+.TP
+\fB\-w\fR, \fB\-\-number\-width\fR=\fI\,NUMBER\/\fR
+use NUMBER columns for line numbers
+.TP
+\fB\-\-help\fR
+display this help and exit
+.TP
+\fB\-\-version\fR
+output version information and exit
+.PP
+Default options are: \fB\-bt\fR \fB\-d\fR'\e:' \fB\-fn\fR \fB\-hn\fR \fB\-i1\fR \fB\-l1\fR \fB\-n\fR'rn' \fB\-s\fR<TAB> \fB\-v1\fR \fB\-w6\fR
+.PP
+CC are two delimiter characters used to construct logical page delimiters;
+a missing second character implies ':'. As a GNU extension one can specify
+more than two characters, and also specifying the empty string (\fB\-d\fR '')
+disables section matching.
+.PP
+STYLE is one of:
+.TP
+a
+number all lines
+.TP
+t
+number only nonempty lines
+.TP
+n
+number no lines
+.TP
+pBRE
+number only lines that contain a match for the basic regular
+expression, BRE
+.PP
+FORMAT is one of:
+.TP
+ln
+left justified, no leading zeros
+.TP
+rn
+right justified, no leading zeros
+.TP
+rz
+right justified, leading zeros
+.SH AUTHOR
+Written by Scott Bartram and David MacKenzie.
+.SH "REPORTING BUGS"
+GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
+.br
+Report any translation bugs to <https://translationproject.org/team/>
+.SH COPYRIGHT
+Copyright \(co 2023 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
+.br
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+.SH "SEE ALSO"
+Full documentation <https://www.gnu.org/software/coreutils/nl>
+.br
+or available locally via: info \(aq(coreutils) nl invocation\(aq