parallel
[Top][All Lists]
Advanced

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

Re: Parallel a script


From: Ole Tange
Subject: Re: Parallel a script
Date: Fri, 24 Jun 2011 15:40:52 +0200

On Fri, Jun 24, 2011 at 12:23 AM, yacob sen <yacob_123@yahoo.com> wrote:
>
> The script is simple and it looks like this:
> for file in  *.a
> ......
> ......
> do
> prog -i $file -type s
> done

It is not really clear what the '......' represents, so maybe it is as
simple as:

parallel prog -i {} -type s ::: *.a

Did you watch the intro videos?

http://www.youtube.com/watch?v=OpaiGYxkSuQ
http://www.youtube.com/watch?v=P40akGWJ_gY
http://www.youtube.com/watch?v=1ntxT-47VPA
http://www.youtube.com/watch?v=fOX1EyHkQwc


/Ole



reply via email to

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