Last active
February 4, 2024 12:59
-
-
Save AkiyukiOkayasu/e9e5c2f3b79ac8e65268cc919bdc6c3c to your computer and use it in GitHub Desktop.
ディレクトリ配下の画像ファイル群のファイル名先頭に撮影時刻を追記する。タイムスタンプはISO8601のYYYYMMDDTHHMMSS。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exiftool '-FileName<CreateDate' -d "%Y%m%dT%H%M%S_%%f.%%le" -r ./ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment