mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 06:26:00 +02:00
8 lines
208 B
Markdown
8 lines
208 B
Markdown
# mkfifo
|
|
|
|
> Makes FIFOs (named pipes).
|
|
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/mkfifo-invocation.html>.
|
|
|
|
- Create a named pipe at a given path:
|
|
|
|
`mkfifo {{path/to/pipe}}`
|