Browse Source

Update 'README.md'

master
Joshua Pickard 4 years ago
parent
commit
f2d5f7dadb
  1. 2
      README.md

2
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

Loading…
Cancel
Save