1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-19 21:51:27 +02:00

Update 130-nl.md (#1481)

nl documentation
This commit is contained in:
Paul Marsicovetere
2022-08-13 08:04:08 -04:00
committed by GitHub
parent 95a4224b2b
commit 013d1cdb21

View File

@@ -1 +1,8 @@
# Nl
# nl
The nl utility reads lines from the named file or the standard input if the file argument is omitted, applies a configurable line numbering filter operation and writes the result to the standard output.
See `man nl` for further information.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://www.geeksforgeeks.org/nl-command-in-linux-with-examples/'>nl Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/nl.1.html'>nl Documentation</BadgeLink>