bug-parallel
[Top][All Lists]
Advanced

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

Re: GNU Parallel Bug Reports Parallel adding extra escaping?


From: Ole Tange
Subject: Re: GNU Parallel Bug Reports Parallel adding extra escaping?
Date: Fri, 2 May 2014 15:05:47 +0200

On Thu, May 1, 2014 at 8:36 PM, Thomas Johnson
<address@hidden> wrote:
> Parallel seems to add extra escaping to inputs with spaces:
>
>     $ echo "2014-05-01 01:00" | parallel --dry-run foo \"{}\"
>     foo "2014-05-01\ 01:00"
>
> Note the extra \ after 2014-05-01. Is this intended behavior?

Yes.

> Is there any way to disable it?

No. But you can do this:

echo "2014-05-01 01:00" | parallel --dry-run foo {}


/Ole



reply via email to

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