mirror of https://github.com/CrimsonTome/tldr.git
commit
f3c9c893d5
|
@ -0,0 +1,7 @@
|
|||
# mkfifo
|
||||
|
||||
> Makes FIFOs (named pipes).
|
||||
|
||||
- Create a named pipe at a given path:
|
||||
|
||||
`mkfifo {{path/to/pipe}}`
|
Loading…
Reference in New Issue