

iname '*.jpg' -print0 -or -iname '*.png' -print0 -or -iname '*.jpeg' -print0 -or -iname '*. Linux Tutorial exiftool man page NAME exiftool - Read and write meta information in files RUNNING IN WINDOWS Drag and drop files or folders onto the exiftool executable to display meta information, or rename to 'exiftool. Or safer if filenames have spaces, to use null as a delimiter instead of spaces: find. iname '*.jpg' -or -iname '*.png' -or -iname '*.jpeg' -or -iname '*.gif' | xargs exiftool -all=

Then repeat adding the command to act on the files found at the end | xargs exiftool -all= find. If will output a list of found files with paths starting here (including subdirectories) Since exiftool is awesome, then there's no need for it, but in principle you could do with find something like this.įirst check that your search finds what you want (using -iname to make it search case insensitively since both.
