Timothy Hospedales writes:
> Thats what it would probably have to do since image magick's convert
> seems to refuse to convert multiple files on one command line.

In that case use 'xargs -n1' so that xargs will only pass image magick one
file at a time:

        find . -name '*.jpg' | xargs -n1 ./Suggestion.sh
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI

Reply via email to