Files
cheatsheet-tldr/tldr/mkfifo

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