Whisperings:Solo Piano Radio
  POV-Ray : Newsgroups : povray.unix : bash: povray INPUT_PNG.png MY_INI.ini : Re: bash: povray INPUT_PNG.png MY_INI.ini Server Time: 20 Nov 2008 09:20:18 GMT
  Re: bash: povray INPUT_PNG.png MY_INI.ini  
From: Nicolas Calimet
Date: 31 May 2007 19:49:44
>   povray -iscene.pov [options] \
>   -o`echo "$file" | sed 's?png$?render.png?'`

	... which might better be:

povray scene.pov [options] -o${file%%png}render.png

	:-)

	- NC


Post a reply to this message

Copyright 2003-2008 Persistence of Vision Raytracer Pty. Ltd.