Sample Header Ad - 728x90

Empty named pipe

-1 votes
3 answers
203 views
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)
Asked by Irina (139 rep)
Aug 19, 2024, 03:11 PM
Last activity: Aug 20, 2024, 11:51 PM