POV-Ray : Newsgroups : povray.unix : bash: povray INPUT_PNG.png MY_INI.ini : Re: bash: povray INPUT_PNG.png MY_INI.ini Server Time
1 Jun 2024 04:41:18 EDT (-0400)
  Re: bash: povray INPUT_PNG.png MY_INI.ini  
From: Nicolas Calimet
Date: 31 May 2007 15:49:44
Message: <465f26d8$1@news.povray.org>
>   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-2023 Persistence of Vision Raytracer Pty. Ltd.