mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/s*: add and update Korean translation * scamper: fix typo * Update pages.ko/common/simplehttpserver.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/steamcmd.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com> Co-authored-by: Chooooo <contact@choo.ooo>
672 B
672 B
strip-nondeterminism
파일에서 비결정적인 정보(예: 타임스탬프)를 제거. 더 많은 정보: https://salsa.debian.org/reproducible-builds/strip-nondeterminism.
- 파일에서 비결정적인 정보 제거:
strip-nondeterminism {{경로/대상/파일}}
- 파일 유형을 수동으로 지정하여 파일에서 비결정적인 정보 제거:
strip-nondeterminism --type {{파일유형}} {{경로/대상/파일}}
- 파일에서 비결정적인 정보를 제거하되, 타임스탬프를 제거하는 대신 지정한 UNIX 타임스탬프로 설정:
strip-nondeterminism --timestamp {{유닉스_타임스탬프}} {{경로/대상/파일}}