mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 16:55:55 +00:00
Update cheatsheets
This commit is contained in:
33
mat2
Normal file
33
mat2
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user