Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 634 Bytes

jhead.md

File metadata and controls

30 lines (20 loc) · 634 Bytes

toc: no categories: Linux ...

jhead

jhead(1), the "Exif Jpeg header manipulation tool". This thing is pretty useful when you need to take some Exif data from your photos and use it to rename those files for example.

How to get

Just as usual:

$ sudo apt-get install jhead

Some ways I use it

  • Rename files using its timestamps:

    $ jhead -n%Y%m%d_%H%M%S *.jpg
  • Tweak the timestamps itself (if you forgot to set up the timezone for your camera):

    $ jhead -ta+5:00 *.jpg