Re: problems with 'read'ing from a pipe

2008-03-15 Thread John Smith
http://www.research.att.com/sw/download/ But I guess that you would consider that a bug in ksh ? ;) Regards, John Smith On Sat, Mar 15, 2008 at 4:09 AM, Paul Jarc <[EMAIL PROTECTED]> wrote: > "John Smith" <[EMAIL PROTECTED]> wrote: > > echo foo | read VA

problems with 'read'ing from a pipe

2008-03-14 Thread John Smith
contain the value foo. Instead, the variable foo remains empty. Is this a bug or am I doing something wrong ? Sincerely, John Smith