From f0b0f7e8eb6d2b03f8c1ac1c25231ebc5f8a28ef Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:13:37 +0200 Subject: [PATCH] unexpand: add Dutch translation (#13165) --- pages.nl/common/unexpand.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.nl/common/unexpand.md diff --git a/pages.nl/common/unexpand.md b/pages.nl/common/unexpand.md new file mode 100644 index 000000000..7076a6f2f --- /dev/null +++ b/pages.nl/common/unexpand.md @@ -0,0 +1,24 @@ +# unexpand + +> Converteer spaties naar tabs. +> Meer informatie: . + +- 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}}`