1
0
Fork 0
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:
Hayden Schiff 2016-02-22 17:12:51 -05:00
parent 4b1f1f476a
commit c3f3f39888

7
pages/common/mkfifo.md Normal file
View file

@ -0,0 +1,7 @@
# mkfifo
> Makes FIFOs (named pipes).
- Create a named pipe at a given path:
`mkfifo {{path/to/pipe}}`