Hello, all. As previously noted, I just got hitched. I've also got a bunch of pictures, now (good ones, too!), and I'd like to munge 'em down small with "convert" or "mogrify" or somesuch. However, I've got spaces in the filenames. While it would be moderately trivial to s/ /_/g; I would prefer to do it the "right" way, as much to have it work in this instance as to have it ready for future reference. But I can't, for love or money, figure out how. Here's what I want to do (more or less):
for i in * do mogrify -geometry 30%x30% $i echo "Done with $i" done Unfortunately, it takes each seperate "word" as a different paramater. I -know- I've done this before, but I just can't remember how. Suggestions? Thanks, -Ken ***************************************************************** To unsubscribe from this list, send mail to [EMAIL PROTECTED] with the text 'unsubscribe gnhlug' in the message body. *****************************************************************
