Replies to message #13,548

DavidS877

The Linux Thread

Wake me when you can do this: find photos -type f -iname '*.jpg' -print0 | xargs -0 -I _ bash -c 'if [ $(gm identify -format %w _[0] ) -gt 1024 ]...
Back
Top Bottom