1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 15:15:28 +02:00

Add exiftool and one example

This commit is contained in:
Robert Speicher 2014-04-12 13:25:30 -04:00
parent c92c84e2df
commit 43abf49b76

7
pages/common/exiftool.md Normal file
View file

@ -0,0 +1,7 @@
# exiftool
> Read and write meta information in files
- Remove all EXIF metadata from the given files
`exiftool -All= {{file}}`