Re: Reading bytes one-by-one from pipe of process substitution

2006-09-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to [EMAIL PROTECTED] on 9/28/2006 11:16 AM: > On Thu, Sep 28, 2006 at 09:12:47PM +0600, [EMAIL PROTECTED] wrote: > [...] >> Description: >> When Process substitution is used, BASH >> reads from such descriptor by one bytes!! >

Re: Reading bytes one-by-one from pipe of process substitution

2006-09-28 Thread stephane_chazelas
On Thu, Sep 28, 2006 at 09:12:47PM +0600, [EMAIL PROTECTED] wrote: [...] > Description: > When Process substitution is used, BASH > reads from such descriptor by one bytes!! Of course it does. A shell is a shell, it's a command that runs other commands. read var Reads one line of