On 9/6/07, Lluís Batlle <[EMAIL PROTECTED]> wrote:
> I was more used to blame GNU's code than man pages :)
>
> To Enrico, in fact I want to use the disk-buffered pipe program in a shell.
> Something like:
> generate_data | diskpipe | data_eater
> I don't think a 9p server would do anything here.
>

generate_data > input
cat input > output
data_eater < output

with output and input being files from a file server.

-- 
- curiosity sKilled the cat

Reply via email to