I have thousands of SVG\'s in a folder and sub-folders. What I want is to batch convert all of them to jpg or png images.
Can someone
you don't need shell scripting just use the mogrify command
mogrify
cd to your image directory
mogrify -format png *.svg