-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

nl


> A utility for numbering lines, either from a file, or from standard input.

More information.


Number non-blank lines in a file:

nl {file}

Read from standard output:

cat {file} | nl {options} -

Number only the lines with printable text:

nl -t {file}

Number all lines including blank lines:

nl -b a {file}

Number only the body lines that match a basic regular expression (BRE) pattern:

nl -b p'FooBar[0-9]' {file}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:25:36 2024