Merge pull request #789 from oxguy3/patch-3

mkfifo: add page
waldyrious/alt-syntax
Igor Shubovych 2016-02-23 03:25:33 +02:00
commit f3c9c893d5
1 changed files with 7 additions and 0 deletions

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