mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 04:15:24 +02:00
unexpand: add Dutch translation (#13165)
This commit is contained in:
parent
57ebed19e8
commit
f0b0f7e8eb
1 changed files with 24 additions and 0 deletions
24
pages.nl/common/unexpand.md
Normal file
24
pages.nl/common/unexpand.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# unexpand
|
||||||
|
|
||||||
|
> Converteer spaties naar tabs.
|
||||||
|
> Meer informatie: <https://www.gnu.org/software/coreutils/unexpand>.
|
||||||
|
|
||||||
|
- Converteer spaties in elk bestand naar tabs en schrijf naar `stdout`:
|
||||||
|
|
||||||
|
`unexpand {{pad/naar/bestand}}`
|
||||||
|
|
||||||
|
- Converteer spaties naar tabs en lees van `stdin`:
|
||||||
|
|
||||||
|
`unexpand`
|
||||||
|
|
||||||
|
- Converteer alle spaties, in plaats van alleen de voorloopspaties:
|
||||||
|
|
||||||
|
`unexpand -a {{pad/naar/bestand}}`
|
||||||
|
|
||||||
|
- Converteer alleen leidende reeksen van spaties (overschrijft -a):
|
||||||
|
|
||||||
|
`unexpand --first-only {{pad/naar/bestand}}`
|
||||||
|
|
||||||
|
- Plaats tabs een bepaald aantal tekens uit elkaar, niet 8 (activeert -a):
|
||||||
|
|
||||||
|
`unexpand -t {{nummer}} {{pad/naar/bestand}}`
|
Loading…
Add table
Reference in a new issue