Michael Moore wrote: > > What's the command to have Inkscape generate thumbnails of all the > clipart? I can't seem to find it right now. If someone will tell me > what it is, I'll generate a package of larger "thumbnails" (like > 500x500 pngs) and post them for this teacher. for i in *.svg; do inkscape -f "$i" -e "$i.png" -w 500; done