On Mon, March 6, 2006 12:34 pm, Martin wrote: > $quoted_author = "Voytek Eymont" ;
thanks, all how can I take care of strange file names that I might encounter, like, spaces, commas and stuff, I've tried "" but it still barfs at times: --------- for i in `ls *.jpg` ; do convert -resize 100 "$i" ./thumbs/"$i"; done ---------- # ./redothumbs convert: Unable to open file (Baby) [No such file or directory]. convert: Missing an image file name. convert: Unable to open file (Jack_S!) [No such file or directory]. convert: Missing an image file name. convert: Unable to open file (version) [No such file or directory]. convert: Missing an image file name. convert: Unable to open file (Mark,) [No such file or directory]. convert: Missing an image file name. convert: Unable to open file (Mad) [No such file or directory]. convert: Missing an image file name. convert: Unable to open file (&) [No such file or directory]. convert: Missing an image file name. convert: Unable to open file (Oliver) [No such file or directory]. convert: Missing an image file name. -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
