Photo sorting is dangerous business

find . -type f -iname \*.JPG -print0 | xargs -0 -I '{}' /bin/mv "{}" ../JPG/

will overwrite your shit if filenames are the same!

tags: archive
← Back ⇧ Top