nl: add Dutch translation and align mnemonics (#13147)
This commit is contained in:
36
pages.nl/common/nl.md
Normal file
36
pages.nl/common/nl.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# nl
|
||||
|
||||
> Voorzie regels van een nummer uit een bestand of van `stdin`.
|
||||
> Meer informatie: <https://manned.org/nl.1p>.
|
||||
|
||||
- Voorzie niet-lege regels in een bestand van een nummer:
|
||||
|
||||
`nl {{pad/naar/bestand}}`
|
||||
|
||||
- Lees van `stdin`:
|
||||
|
||||
`{{commando}} | nl -`
|
||||
|
||||
- Nummer [a]lle [b]ody regels inclusief lege regels of [n]ummer geen [b]ody regels:
|
||||
|
||||
`nl -b {{a|n}} {{pad/naar/bestand}}`
|
||||
|
||||
- Nummer alleen de [b]ody regels die overeenkomen met een basis reguliere expressie (BRE) [p]atroon:
|
||||
|
||||
`nl -b p'FooBar[0-9]' {{pad/naar/bestand}}`
|
||||
|
||||
- Gebruik een specifieke [i]ncrement voor regelnummering:
|
||||
|
||||
`nl -i {{increment}} {{pad/naar/bestand}}`
|
||||
|
||||
- Specificeer het nummeringsformaat voor regels: [r]echts of [l]inks uitgelijnd, met of zonder voorloopnullen ([z]eros):
|
||||
|
||||
`nl -n {{rz|ln|rn}}`
|
||||
|
||||
- Specificeer de breedte ([w]) van de nummering (standaard is 6):
|
||||
|
||||
`nl -w {{col_width}} {{pad/naar/bestand}}`
|
||||
|
||||
- Gebruik een specifieke string om de regelnummers van de regels te [s]cheiden (standaard is TAB):
|
||||
|
||||
`nl -s {{separator}} {{pad/naar/bestand}}`
|
Reference in New Issue
Block a user