mkfifo: add terminal share example (#14016)

* mkfifo: add terminal share example

* Update mkfifo.md
This commit is contained in:
Managor
2024-10-08 18:38:13 +03:00
committed by GitHub
parent 1adb619afa
commit ea7549fbec

View File

@@ -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}}`