diff --git a/README.md b/README.md index 105366a..ab19e79 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ My cheat sheet for commands I have trouble remembering. `exiftool image.jpg` #### Remove metadata of image `exiftool -all= image.jpg` /or/ `exiftool -all= *.jpg` +#### Recursively, overwriting the files +`exiftool -overwrite_original -recurse -all= *.jpg` ## UFW ### Examples