remove gps metadata from image 31-01-23 % Recently I noticed some of the images on my site had GPS metadata info. Thats not very private! So I did some googling and found this solution. $ exiftool -GPS*= $(fd -e jpg -e png -e jpeg) source - [ exiftool] all snippets