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

Windows XP installation, no previous version of Windows NT - Super User

permissions - Mount is denied because the NTFS volume is already exclusively opened - Ask Ubuntu

software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu