On 2010-03-11, Michael Kadzioch wrote: > > Hi all! > > I am looking for a simple bash-script or commandline program that delete > all exif-data form images files (jpg-files). > > Someone can help me? Install the jhead package and run `jhead -de *.jpg`, for example. There are other options (`man jhead` or `jhead -h`) for specifically deleting thumbnails, comments, etc.