mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
mat2: add example (#12216)
* mat2: add example --------- Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
ce4fc5b1e6
commit
335426d18f
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
||||||
- Partially remove metadata from a file:
|
- Partially remove metadata from a file:
|
||||||
|
|
||||||
`mat2 --lightweight {{path/to/file}}`
|
`mat2 --lightweight {{path/to/file}}`
|
||||||
|
|
||||||
|
- Remove metadata from a file in place, without creating a backup:
|
||||||
|
|
||||||
|
`mat2 --inplace {{path/to/file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue