Copy EXIF information from one file to another
This is a short post about how to duplicate or copy the EXIF information from one file to another using exiftool.
The command comes handy when you have one image with EXIF information and you would like another image to have the exact EXIF information.
exiftool -TagsFromFile CopyFromFile.NEF ToFile.JPG
This works in both Windows and Linux.