I try to create a named pipe, however, when I store data in it, it is still empty.
$ mkfifo myfifo
$ cat > myfifo
123
123
123
^[[D
^C
$ ls > myfifo
^C
$ cat < myfifo
(no output)
I try to create a named pipe, however, when I store data in it, it is still empty.
$ mkfifo myfifo
$ cat > myfifo
123
123
123
^[[D
^C
$ ls > myfifo
^C
$ cat < myfifo
(no output)