Check the output before batch processing

Started by artyomtl, December 29, 2021, 06:46:54 AM

Previous topic - Next topic

artyomtl

It is now quite a while since I last used exiftool. I remember there was an option available to check the output of the command before actually processing files. I failed to find the option in the up-to-date documentation.

Is it still present?

Phil Harvey

If the feature was there then it still exists.

But I don't know what you mean by "check the output of the command", or "actually processing files".  Do you mean check the return status of the ExifTool command?  See the Exit Status section of the application documentation.  And "actually processing the files" how?  Using ExifTool?  In a separate command?

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

artyomtl

I mean simulation of actual processing. With that option I could see what would be the result of files renaming or moving without actually applying the changes

Phil Harvey

Oh, file renaming.  Write "TestName" instead of "FileName" for a dry run before renaming the files.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

artyomtl