Attached a patch to discard null-bytes while read, this preserves the
functionality Greg demonstrated (not sure if this is desirable ...) wherein a
delim of '' (e.g. -d '') will split on null byte.
With patch, read functions this way:
bash-4.2$ printf 'foo\0bar\n' | while read line; do echo "$l
Hello everybody. Just my 2 cents about this ...
On Monday 28 November 2011, Chet Ramey wrote:
> On 11/28/11 4:48 AM, Roman Rakus wrote:
> > On 11/28/2011 06:28 AM, Mike Frysinger wrote:
> >>> I don't think I'll push every change to git as soon as it happens, but
> >>> > I'm thinking about fairly
On 11/28/11 4:48 AM, Roman Rakus wrote:
> On 11/28/2011 06:28 AM, Mike Frysinger wrote:
>>> I don't think I'll push every change to git as soon as it happens, but
>>> > I'm thinking about fairly frequent commits to a `bash-devel' sort of
>>> > tree. The question is whether or not enough people w
On 11/28/2011 06:28 AM, Mike Frysinger wrote:
I don't think I'll push every change to git as soon as it happens, but
> I'm thinking about fairly frequent commits to a `bash-devel' sort of
> tree. The question is whether or not enough people would be interested
> in that to make the frequency
Chet Ramey wrote:
> > I'm thinking about fairly frequent commits to a `bash-devel' sort of
> > tree. The question is whether or not enough people would be interested
> > in that to make the frequency worth it.
Anyone wanting to propose a patch would like to prepare it against the
most recent stat