mkfifo

mkfifo#

Create a named pipe (FIFO).

$ mkfifo /tmp/p
$ cat /tmp/p &
$ echo hello > /tmp/p