1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/mat2.md
코드싸이 feb91d75ea
mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation

* mpv: fix typo
2024-11-07 09:27:03 +09:00

720 B

mat2

다양한 파일 형식의 메타데이터를 제거하여 익명화. 더 많은 정보: https://0xacab.org/jvoisin/mat2.

  • 지원되는 파일 형식 나열:

mat2 --list

  • 파일에서 메타데이터 제거:

mat2 {{경로/대상/파일}}

  • 파일에서 메타데이터를 제거하고 자세한 출력을 콘솔에 출력:

mat2 --verbose {{경로/대상/파일}}

  • 파일에 있는 메타데이터를 제거하지 않고 표시:

mat2 --show {{경로/대상/파일}}

  • 파일에서 메타데이터를 부분적으로 제거:

mat2 --lightweight {{경로/대상/파일}}

  • 백업을 생성하지 않고 파일에서 메타데이터를 제거:

mat2 --inplace {{경로/대상/파일}}