From 4445f03f3f7e0b1d5761bca44e6658d2f00b3579 Mon Sep 17 00:00:00 2001 From: overkill <22098433+0verk1ll@users.noreply.github.com> Date: Wed, 31 Jul 2019 21:19:01 +0000 Subject: [PATCH] mat2: add page (#3207) --- pages/common/mat2.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/mat2.md diff --git a/pages/common/mat2.md b/pages/common/mat2.md new file mode 100644 index 0000000000..dd75dc3b55 --- /dev/null +++ b/pages/common/mat2.md @@ -0,0 +1,24 @@ +# mat2 + +> Anonymise various file formats by removing metadata. +> More information: . + +- 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}}`