mirror of https://github.com/CrimsonTome/tldr.git
174 B
174 B
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}}