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:
parent
1adb619afa
commit
ea7549fbec
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue