Pipe stdout to program that only reads from file
I have two programs P
(producer) and C
(consumer). P can be run in such a way that writes to stdout
. But C
is a legacy program that only reads from a file on disk. As in ./C -f </path/to/file>
.