From 2618a7391d6adc3b0ccb92cb5e218c59b47652d7 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:19:13 +0200 Subject: [PATCH] mkfifo: update Dutch translation (#14069) --- pages.nl/common/mkfifo.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages.nl/common/mkfifo.md b/pages.nl/common/mkfifo.md index 53d240f960..847c3259b4 100644 --- a/pages.nl/common/mkfifo.md +++ b/pages.nl/common/mkfifo.md @@ -14,3 +14,7 @@ - Ontvang data van benoemde pipe: `cat {{pad/naar/pipe}}` + +- Deel je terminal sessie in real-time: + +`mkfifo {{pad/naar/pipe}}; script -f {{pad/naar/pipe}}`