Merge pull request #789 from oxguy3/patch-3

mkfifo: add page
This commit is contained in:
Igor Shubovych 2016-02-23 03:25:33 +02:00
commit f3c9c893d5

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}}`