mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 08:15:24 +02:00
mkfifo: add page
This commit is contained in:
parent
4b1f1f476a
commit
c3f3f39888
1 changed files with 7 additions and 0 deletions
7
pages/common/mkfifo.md
Normal file
7
pages/common/mkfifo.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# mkfifo
|
||||
|
||||
> Makes FIFOs (named pipes).
|
||||
|
||||
- Create a named pipe at a given path:
|
||||
|
||||
`mkfifo {{path/to/pipe}}`
|
Loading…
Add table
Reference in a new issue