mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
106 B
106 B
mkfifo
Makes FIFOs (named pipes).
- Create a named pipe at a given path:
mkfifo {{path/to/pipe}}