From ea7549fbec910291cf829a707a75be36fd366787 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:38:13 +0300 Subject: [PATCH] mkfifo: add terminal share example (#14016) * mkfifo: add terminal share example * Update mkfifo.md --- pages/common/mkfifo.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/mkfifo.md b/pages/common/mkfifo.md index 3e3e8f6f1..d9e499d9b 100644 --- a/pages/common/mkfifo.md +++ b/pages/common/mkfifo.md @@ -14,3 +14,7 @@ - Receive data through a named pipe: `cat {{path/to/pipe}}` + +- Share your terminal session in real-time: + +`mkfifo {{path/to/pipe}}; script -f {{path/to/pipe}}`