find - Apply exiftran recursivly (rotate all images based on their EXIF info) - Ask Ubuntu


i execute exiftran on .jpg files recursively below current directory.

exiftran -ai * need (apply rotation based on exif info) within current directory, not within subdirectories.

is there flag don't know of? or workaround using find?

i used find achieve this:

find . -type f -name "*.jpg" -exec exiftran -ai "{}" \;


Comments

Popular posts from this blog

nvidia - NV18 [GeForce4 MX 4000] driver - Ask Ubuntu

drivers - No wi-fi network after install - Ask Ubuntu