parallel
[Top][All Lists]
Advanced

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

RE: problem using nested parallel


From: Shantanu Unknown
Subject: RE: problem using nested parallel
Date: Mon, 2 May 2011 00:47:31 +0000




> I am re-reading your question. Is what you want this:
>
> line1_of_file/output19
> line1_of_file/output20
> line1_of_file/output21
> line1_of_file/output22
> line2_of_file/output19
> line2_of_file/output20
> line2_of_file/output21
> line2_of_file/output22

Yes,
>
> In that case it is simply doing:
>
> cat filename | parallel seq 19 22 \| parallel -I @ echo {}/output@
Yes this works.
Thanks a lot for the help.
However I would like to know why the other things which I tried and what you had suggested did not work.

> which should work in any shell.
>
> /Ole

reply via email to

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