in reply to Re^2: yargs -- xargs but handle spaces in filenames
in thread yargs -- xargs but handle spaces in filenames
find ./ -type f -iname "*jpg" -size +1M | xargs --delimiter=\\n mogrif +y -resize 800x600
Edit by tye to replace PRE tags with CODE tags
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: yargs -- xargs but handle spaces in filenames
by pingo (Hermit) on Jul 16, 2009 at 14:46 UTC |