mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
mat2: add page (#3207)
This commit is contained in:
parent
d950e75779
commit
4445f03f3f
1 changed files with 24 additions and 0 deletions
24
pages/common/mat2.md
Normal file
24
pages/common/mat2.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# mat2
|
||||
|
||||
> Anonymise various file formats by removing metadata.
|
||||
> More information: <https://0xacab.org/jvoisin/mat2>.
|
||||
|
||||
- List supported file formats:
|
||||
|
||||
`mat2 --list`
|
||||
|
||||
- Remove metadata from a file:
|
||||
|
||||
`mat2 {{path/to/file}}`
|
||||
|
||||
- Remove metadata from a file and print detailed output to the console:
|
||||
|
||||
`mat2 --verbose {{path/to/file}}`
|
||||
|
||||
- Show metadata in a file without removing it:
|
||||
|
||||
`mat2 --show {{path/to/file}}`
|
||||
|
||||
- Partially remove metadata from a file:
|
||||
|
||||
`mat2 --lightweight {{path/to/file}}`
|
Loading…
Add table
Reference in a new issue