1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages/common/mat2.md
Fazle Arefin 335426d18f
mat2: add example (#12216)
* mat2: add example

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2024-02-09 03:20:34 +05:30

28 lines
594 B
Markdown

# 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}}`
- Remove metadata from a file in place, without creating a backup:
`mat2 --inplace {{path/to/file}}`