回答:
これはexiftoolで行うことができます。manページから:
exiftool '-FileName<CreateDate' -d %Y%m%d_%H%M%S%%-c.%%e dir
Rename all images in "dir" according to the "CreateDate" date and
time, adding a copy number with leading '-' if the file already
exists ("%-c"), and preserving the original file extension (%e).
Note the extra '%' necessary to escape the filename codes (%c and
%e) in the date format string.
サンプル形式では、ISO形式のファイル名を取得できます。1日に複数の画像を処理できることを確認する時間を含めます。
jhead