1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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