On Mon, Apr 14, 2008 at 02:24:50AM +1000, elliott-brennan wrote:
> Hi all,
>
[snip]
>
> $ for i in `seq 1 999`;do j=`printf %04d $i`; composite -compose atop 
> bubbles.png 0*.png image$j.png; done
>
> but I get the following error:
>
> bash: syntax error near unexpected token `do'

works here
for i in `seq 1 999`;do echo j=`printf %04d $i`; echo composite -compose
atop bubbles.png 0*.png image$j.png; done | head
j=0001
composite -compose atop bubbles.png 0*.png image0067.png
j=0002
composite -compos

>
> I know I'm complete crap at this stuff...but...well, I'm complete crap. 
> Just trying to work it out really :))
>
> Any assistance would be most appreciated.
>
> Regards,
>
> Patrick
>
> -- 
> Registered GNU/Linux User 368634
> -- 
> SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
> Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
>

-- 
"The most important thing is for us to find Osama bin Laden. It is our number 
one priority and we will not rest until we find him."

        - George W. Bush
09/13/2001
Washington, DC

Attachment: signature.asc
Description: Digital signature

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to