mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 18:43:38 +00:00
14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|