parallel
[Top][All Lists]
Advanced

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

Re: Difference between single and double quotes for parallel?


From: Maciej Pilichowski
Subject: Re: Difference between single and double quotes for parallel?
Date: Mon, 20 Dec 2010 08:39:57 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

Hello,

The difference is -q.

Thank you, I didn't catch this one.

# Without export:
FN3="two  spaces"
echo 1 | parallel echo {} \""$FN3"\" \; echo \'"$FN3"\' {}

This one suits me best but if I am not wrong, this could be written without double quoting:

echo 1 | parallel echo {} \"$FN3\" \; echo \"$FN3\" {}

Thank you for all the explanations!

Kind regards,



reply via email to

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