Files
cheatsheet-tldr/tldr/mkfifo
2024-04-19 00:13:37 +00:00

14 lines
267 B
Plaintext

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