--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # mkfifo > Make FIFOs (named pipes). > More information: . - Create a named pipe at a given path: `mkfifo {{path/to/pipe}}`