[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: File Processing: Please Advise



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
john@dhh.gt.org (John Hasler)
Dancing Horse Hill
Elmwood, WI


Reply to: