Re: Input pattern

2016-03-26 Thread Ole Tange
On Wed, Mar 23, 2016 at 6:07 PM, Ali Roustaei wrote: > On Tue, Mar 22, 2016 at 1:47 AM, Ole Tange wrote: >> On Mon, Mar 21, 2016 at 4:37 PM, Ali Roustaei >> wrote: : >> > My script (say myscript) has three input parameters H, Re and Bn. Re and >> > Bn >> > are tied so that for each Re input ther

Re: Citation requirement and the GPL

2016-03-26 Thread Ole Tange
On Thu, Mar 24, 2016 at 2:17 PM, Christopher Jefferson wrote: > If it is acceptable to ignore the citing requirement, I have tried to see if I could come up with a scenario where a respectable scientist would not cite sources that he used for his article - especially when the sources ask to be c

Re: transferring file relative to work dir

2016-03-26 Thread Ole Tange
On Sat, Mar 12, 2016 at 3:24 AM, Ryan Brothers wrote: > I am trying to transfer a file specified by an absolute path and have > it be relative to the work dir. When I run the following example from > the man page: > > echo /tmp/./foo/bar.txt | parallel \ > --sshlogin server.example.com --transf

Re: The difference between "parallel cat >> file" and "parallel “cat >> file”"

2016-03-26 Thread Ole Tange
On Fri, Mar 11, 2016 at 2:48 AM, Nan Xiao wrote: > (1) ls | parallel -m -j $f “cat {} >> ../transactions_cat/transactions.csv” : [Bad] : > (2) ls | parallel -m -j $f cat {} >> ../transactions_cat/transactions.csv : [Good] : > Do I understand right? If not, could someone give some corrections? Ye