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:
parent
c92c84e2df
commit
43abf49b76
1 changed files with 7 additions and 0 deletions
7
pages/common/exiftool.md
Normal file
7
pages/common/exiftool.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# exiftool
|
||||
|
||||
> Read and write meta information in files
|
||||
|
||||
- Remove all EXIF metadata from the given files
|
||||
|
||||
`exiftool -All= {{file}}`
|
Loading…
Add table
Reference in a new issue