I would like to execute exiftran on all .jpg files recursively below the current directory.
exiftran -ai * does what I need (apply rotation based on EXIF info) within the current directory, but not within subdirectories.
Is there a flag I don't know of? Or a workaround using find?