bug-parallel
[Top][All Lists]
Advanced

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

GNU Parallel Bug Reports parallel can't ressigned variablen in the same


From: gmail
Subject: GNU Parallel Bug Reports parallel can't ressigned variablen in the same context in same file
Date: Tue, 29 May 2012 17:26:39 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

hello
is it a bug to parallel or parallel can't do like this ?

today , i used parallel to my shell script ,but read all the document,no referent about variable ouside parallel.

bash test code like that:

###################
#!/bin/bash

foo=33

parallel "foo=44;echo $foo;"

above code response 44
####################


best regrade ahead



reply via email to

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