Complete.Org: Mailing Lists: Archives: discussion: November 1999:
[aclug-L] Re: bash how to
Home

[aclug-L] Re: bash how to

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: [aclug-L] Re: bash how to
From: Carl D Cravens <raven@xxxxxxxxxxx>
Date: Sun, 7 Nov 1999 15:31:36 -0600 (CST)
Reply-to: aclug-L@xxxxxxxxxxxx

On Sun, 7 Nov 1999, phrostie wrote:

> maybe a little more background would help.
> 
> i'm trying my first animation.
> i have exported a series of frames in the form of rib's.
> i can render these one at a time but would like to have a script that will do 
> this for me.

for frame_file in *.rib; do <render_prog> $frame_file; done
 
--
Carl D Cravens (raven@xxxxxxxxxxx)
Bad Command! Bad, Bad Command! Sit! Staaaaay...



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