1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:53:34 +02:00

Merge pull request #183 from tsigo/rs-exiftool

Add exiftool and one example
This commit is contained in:
Romain Prieto 2014-04-22 12:29:41 +10:00
commit 4ca185513a

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}}`