bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Parallel Bug Reports line feeds within commands provided to GNU


From: Ole Tange
Subject: Re: GNU Parallel Bug Reports line feeds within commands provided to GNU Parallel appear to prevent --colsep from functioning
Date: Thu, 6 Jul 2017 14:49:53 +0200

On Tue, Jul 4, 2017 at 12:35 AM, Coby Viner <address@hidden> wrote:

> Line feeds within commands provided to GNU Parallel appear to prevent
> --colsep from functioning.

Thanks for your bug report.

So the issue is not in --colsep but in positional replacement strings
in general when combined with newlines:

parallel "
echo {1
} {2}
" ::: A ::: B

Fixed in next release.


/Ole



reply via email to

[Prev in Thread] Current Thread [Next in Thread]