mkfifo: add terminal share example (#14016)
* mkfifo: add terminal share example * Update mkfifo.md
This commit is contained in:
@@ -14,3 +14,7 @@
|
|||||||
- Receive data through a named pipe:
|
- Receive data through a named pipe:
|
||||||
|
|
||||||
`cat {{path/to/pipe}}`
|
`cat {{path/to/pipe}}`
|
||||||
|
|
||||||
|
- Share your terminal session in real-time:
|
||||||
|
|
||||||
|
`mkfifo {{path/to/pipe}}; script -f {{path/to/pipe}}`
|
||||||
|
Reference in New Issue
Block a user