anthony wrote:

> Hi,
>
> But like i said on my second post i wanted to learn how to receive message
> from pipe.
>
> anthony

Hi Anthony,

That's fine.  but use the pipe for it's designed purpose, which is NOT to return data 
to a calling program.  Try constructing your own version of "more", maybe, if you need 
a pipe exercise.  Set it up with a feature that will allow the user to backtrack 
thruough the output by using the 'U' key to page up.  That would be a much more 
appropriate use of pipe.

Your input data should come from STDIN in the program you pipe to.

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to