Is there any way to output to the terminal paths of created folders?

Started by ajiekc905, January 25, 2017, 02:47:34 AM

Previous topic - Next topic

ajiekc905

i use exiftool to move photos from one folder to another one using some tags information as a part of the path.
Exiftool report when it finished something like 6 folders was created xxx files was moved.
Is there any possibility to make that created / used for move folders visible on a terminal ?

Phil Harvey

Add the -v option to your command to see more details about what ExifTool is doing.

- 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 ($).