Files
cheatsheet-tldr/mkfifo
2024-02-21 11:19:49 +00:00

14 lines
268 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# mkfifo
> Makes FIFOs (named pipes).
> More information: <https://www.gnu.org/software/coreutils/mkfifo>.
- Create a named pipe at a given path:
`mkfifo {{path/to/pipe}}`