in reply to Re: yargs -- xargs but handle spaces in filenames
in thread yargs -- xargs but handle spaces in filenames
xargs --delimiter=\\n --arg-file=<(find ./ -type f -iname "*jpg" -size + +1M) mogrify -resize 800x600
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: yargs -- xargs but handle spaces in filenames
by ikegami (Patriarch) on Jul 16, 2009 at 14:39 UTC | |
Re^3: yargs -- xargs but handle spaces in filenames
by leocharre (Priest) on Jul 16, 2009 at 14:31 UTC | |
by pingo (Hermit) on Jul 16, 2009 at 14:46 UTC |