Quote Originally Posted by markusman64ds View Post
Ok I got it working, but it only changed the filenames with one word in the title.
Probably need double-quotes around ${file} so it properly recognizes files that contain spaces. e.g.:

Code:
mv "${file}" "${file}.jpg"