System Grab Bag

View all TLDR pages from common (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.