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:
commit
4ca185513a
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