Hi Merrattic.

You almost got it. Try this.


find /path/to/source/ -type f -iname '*.jpg' \
-exec echo mv -f --backup=numbered '{}' /path/to/destination/ \;
Same as drmrgd's suggestion,...