mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
175 B
175 B
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}}