|
|
@ -35,6 +35,8 @@ My cheat sheet for commands I have trouble remembering. |
|
|
`exiftool image.jpg` |
|
|
`exiftool image.jpg` |
|
|
#### Remove metadata of image |
|
|
#### Remove metadata of image |
|
|
`exiftool -all= image.jpg` /or/ `exiftool -all= *.jpg` |
|
|
`exiftool -all= image.jpg` /or/ `exiftool -all= *.jpg` |
|
|
|
|
|
#### Recursively, overwriting the files |
|
|
|
|
|
`exiftool -overwrite_original -recurse -all= *.jpg` |
|
|
|
|
|
|
|
|
## UFW |
|
|
## UFW |
|
|
### Examples |
|
|
### Examples |
|
|
|