1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-03 15:53:43 +02:00
tldr/pages.nl/common/mkfifo.md
2024-06-26 04:38:19 +02:00

8 lines
185 B
Markdown

# mkfifo
> Maak FIFOs (benoemde pipes).
> Meer informatie: <https://www.gnu.org/software/coreutils/mkfifo>.
- Maak een benoemde pipe op een opgegeven pad:
`mkfifo {{pad/naar/pipe}}`