bug-parallel
[Top][All Lists]
Advanced

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

GNU Parallel Bug Reports Parallel adding extra escaping?


From: Thomas Johnson
Subject: GNU Parallel Bug Reports Parallel adding extra escaping?
Date: Thu, 1 May 2014 13:36:45 -0500

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? Is there any way to disable it?

(Cross-posted to http://stackoverflow.com/questions/23413988/how-can-i-prevent-parallel-from-adding-extra-escaping-to-my-command)



reply via email to

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