1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 08:06:07 +02:00
tldr/pages/common/exiftool.md

8 lines
133 B
Markdown
Raw Normal View History

2014-04-12 13:25:30 -04:00
# exiftool
> Read and write meta information in files.
2014-04-12 13:25:30 -04:00
- Remove all EXIF metadata from the given files:
2014-04-12 13:25:30 -04:00
`exiftool -All= {{file}}`