ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: tkhkexif on May 30, 2023, 02:38:17 PM

Title: [Mac] Can not see the data with "-s"
Post by: tkhkexif on May 30, 2023, 02:38:17 PM
I had used this Exiftool sometimes before, so it seems that I can understand how to use this tool somehow.

Now I would like to see the meta data from my photo using "-s", but nothing appears.
Just showing "EXIFTOOL(1)           User Contributed Perl Documentation "

(After checking the exif data with "-s", I would like to change the file name.)

I can run the command "-FileModifyDate" directly, but it would be good for me to check with using "-s" before rename.

Regards,

Title: Re: [Mac] Can not see the data with "-s"
Post by: Phil Harvey on May 30, 2023, 07:11:06 PM
It will show the documentation if you don't provide a file name.

- Phil
Title: Re: [Mac] Can not see the data with "-s"
Post by: tkhkexif on May 31, 2023, 01:32:46 AM
Thank you for your prompt reply.
Last time I used "-s" without providing any file name, the meta data of entire file in the indicated folder will displayed.

My understanding is wrong?
Title: Re: [Mac] Can not see the data with "-s"
Post by: Phil Harvey on May 31, 2023, 11:06:50 AM
You can provide a folder or file name.  Either is fine, with or without -s

- Phil
Title: Re: [Mac] Can not see the data with "-s"
Post by: tkhkexif on June 01, 2023, 01:43:14 AM
Thank you for updating.

With my understanding,
providing the folder means using "cd" command.
After moving specific folder, I can use the exiftool.

In this time, this can not be worked.
Title: Re: [Mac] Can not see the data with "-s"
Post by: Hubert on June 01, 2023, 03:42:06 AM
You do not need to CD into the folder. You need to give its path as input to ExifTool.

For example,

exiftool ~/downloads

(on macOS) will list metadata for all valid files in the user's Downloads folder.
Title: Re: [Mac] Can not see the data with "-s"
Post by: Phil Harvey on June 03, 2023, 07:08:50 AM
You can drag and drop the folder onto the terminal window instead of typing the path.

- Phil