From 0a8611e82289a4997875910505c3fed4d5f59ed8 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:29:48 +0200 Subject: [PATCH] stty: add Dutch translation (#13178) --- pages.nl/common/stty.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages.nl/common/stty.md diff --git a/pages.nl/common/stty.md b/pages.nl/common/stty.md new file mode 100644 index 000000000..625766bce --- /dev/null +++ b/pages.nl/common/stty.md @@ -0,0 +1,20 @@ +# stty + +> Stel opties in voor een terminalapparaatinterface. +> Meer informatie: . + +- Toon alle instellingen voor de huidige terminal: + +`stty --all` + +- Stel het aantal rijen of kolommen in: + +`stty {{rows|cols}} {{aantal}}` + +- Verkrijg de daadwerkelijke overdrachtssnelheid van een apparaat: + +`stty --file {{pad/naar/apparaat_bestand}} speed` + +- Reset alle modi naar redelijke waarden voor de huidige terminal: + +`stty sane`