mirror of https://github.com/CrimsonTome/tldr.git
208 B
208 B
mkfifo
Makes FIFOs (named pipes). More information: https://www.gnu.org/software/coreutils/manual/html_node/mkfifo-invocation.html.
- Create a named pipe at a given path:
mkfifo {{path/to/pipe}}