1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/mkfifo.md

9 lines
175 B
Markdown
Raw Normal View History

2016-02-22 17:12:51 -05:00
# mkfifo
> Makes FIFOs (named pipes).
> More information: <https://www.gnu.org/software/coreutils/mkfifo>.
2016-02-22 17:12:51 -05:00
- Create a named pipe at a given path:
`mkfifo {{path/to/pipe}}`