1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 06:18:17 +01:00
tldr/pages/common/mkfifo.md
2016-02-22 17:12:51 -05:00

106 B

mkfifo

Makes FIFOs (named pipes).

  • Create a named pipe at a given path:

mkfifo {{path/to/pipe}}