UnixTools/exif2fdate.sh
2015-10-22 22:49:23 +02:00

4 lines
135 B
Bash
Executable File

#!/bin/sh
# Finds all JPG files and sets their file date to date from EXIF.
find -type f -iname '*.jpg' -print0 | xargs -0 exiv2 mv -T