|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
.... for myself, at least, is flashing in front of my eyes, literally.
greg@ubuntu:~/gini$ bash
greg@ubuntu:~/gini$ for i in *.pov; do
> povray $i zoni.ink 2>/dev/null
> done
On the internet email group for my local LUG, someone showed me how to do
this. I had a directory of 3000 files (some support includes, etc.) It
would have been a hopeless mess to work this out any other way. Now I'm
rendering a 320x240 of every single file that doesn't conk out with an
error message.
Amazing, these 'puters.
Post a reply to this message
|
|
| |
| |
|
|
From: Stefan Viljoen
Subject: Re: Everything you've ever done in povray...
Date: 2 Apr 2006 01:03:32
Message: <442f6932@news.povray.org>
|
|
|
| |
| |
|
|
gregjohn spake:
> .... for myself, at least, is flashing in front of my eyes, literally.
>
> greg@ubuntu:~/gini$ bash
> greg@ubuntu:~/gini$ for i in *.pov; do
>> povray $i zoni.ink 2>/dev/null
>> done
>
>
> On the internet email group for my local LUG, someone showed me how to do
> this. I had a directory of 3000 files (some support includes, etc.) It
> would have been a hopeless mess to work this out any other way. Now I'm
> rendering a 320x240 of every single file that doesn't conk out with an
> error message.
>
> Amazing, these 'puters.
Yikes - bash - gotta love it...
--
Stefan Viljoen
Software Support Technician / Programmer
Polar Design Solutions
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Stefan Viljoen <spamnot@<removethis>polard.com> wrote:
> gregjohn spake:
> >
> > Amazing, these 'puters.
>
> Yikes - bash - gotta love it...
>
This is the first time I've had the sincere conviction that moving to linux
was surefire productivity enhancement. Before it was a political statement
or perhaps a feat just to prove to myself I could do it.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |