Re: builtin read stops at '\0'

2011-05-22 Thread Ole Tange
On Thu, May 19, 2011 at 03:23:55PM +0200, Rafael Fourquet wrote:
> I have a program which outputs groups of filenames. Each group is separated
> by a newline, and within each group,
> each name is separated by '\0'.

Use GNU Parallel:

printf "ole\0tange\nfafael\0fourquet\n" | parallel --colsep '\0' echo {}

printf "ole\0tange\nfafael\0fourquet\n" | parallel --colsep '\0' echo {2}, {1}


/Ole



RE: Bash-4.2 patches 9 and 10

2011-05-22 Thread Joachim Schmitz
>Eric Blake wrote:
>>Joachim Schmitz writes:
>> Or did something break in forwarding mails to bug-bash to the news group?
>
>Probably during the mail server move, gnu.emacs.help broke as well.

Is there something being done to get it fixed?

Bye, Jojo