Fix time-stamped filenames of JPEG images according to the EXIF date the photo was taken

(IFS=': '; for i in *.(#i)jpg; do set $(exiv2 -K 'Exif.Image.DateTime' -Pv $i 2> /dev/null); mv -v $i "$1-$2-$3${i#[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]}"; done)
For each *.jpg or *.JPG file in the current directory, extract the date the photo was taken from its EXIF metadata. Then replace the date stamp, which is assumed to exist in the filename, by the date the photo was taken. A trick from https://unix.stackexchange.com/a/9256 is used to split the date into its components.
Sample Output
'2020-04-12 DSC_0146.JPG' -> '2017-12-26 DSC_0146.JPG'
'2020-04-12 DSC_0147.JPG' -> '2017-12-28 DSC_0147.JPG'

0
By: langec
2020-05-16 12:10:00

What Others Think

"Basic of writing concept which can never be defined by anyone though so you can say its neutral and depends on your learning as you can join online classes here essay writer www.itechsoul.com/8-amazing-writing-apps-to-help-you-with-your-project/ for your subject and there are many topics for your study material anyway. its been a huge response for anyone who wants to join this kind of concept"
Falk1993 · 257 weeks and 6 days ago

What do you think?

Any thoughts on this command? Does it work on your machine? Can you do the same thing with only 14 characters?

You must be signed in to comment.

What's this?

commandlinefu.com is the place to record those command-line gems that you return to again and again. That way others can gain from your CLI wisdom and you from theirs too. All commands can be commented on, discussed and voted up or down.

Share Your Commands



Stay in the loop…

Follow the Tweets.

Every new command is wrapped in a tweet and posted to Twitter. Following the stream is a great way of staying abreast of the latest commands. For the more discerning, there are Twitter accounts for commands that get a minimum of 3 and 10 votes - that way only the great commands get tweeted.

» http://twitter.com/commandlinefu
» http://twitter.com/commandlinefu3
» http://twitter.com/commandlinefu10

Subscribe to the feeds.

Use your favourite RSS aggregator to stay in touch with the latest commands. There are feeds mirroring the 3 Twitter streams as well as for virtually every other subset (users, tags, functions,…):

Subscribe to the feed for: