Skip to content

Instantly share code, notes, and snippets.

@AkiyukiOkayasu
Last active February 4, 2024 12:59
Show Gist options
  • Save AkiyukiOkayasu/e9e5c2f3b79ac8e65268cc919bdc6c3c to your computer and use it in GitHub Desktop.
Save AkiyukiOkayasu/e9e5c2f3b79ac8e65268cc919bdc6c3c to your computer and use it in GitHub Desktop.
ディレクトリ配下の画像ファイル群のファイル名先頭に撮影時刻を追記する。タイムスタンプはISO8601のYYYYMMDDTHHMMSS。
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