Lars Gullik Bjønnes wrote: > | The problem is that "for" splits the returned list of files using > | whitespace... > > find foo -name \*.gif -print -exec convert {} `basename {}`.png \; > then (ha!)
Thanks. I've just learnt something. Don't you have to quote the args passed to convert? Bet you still do. Ain't scripting fun ;) -- Angus