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/strip-nondeterminism.md

17 lines
672 B
Markdown
Raw Normal View History

# strip-nondeterminism
> 파일에서 비결정적인 정보(예: 타임스탬프)를 제거.
> 더 많은 정보: <https://salsa.debian.org/reproducible-builds/strip-nondeterminism>.
- 파일에서 비결정적인 정보 제거:
`strip-nondeterminism {{경로/대상/파일}}`
- 파일 유형을 수동으로 지정하여 파일에서 비결정적인 정보 제거:
`strip-nondeterminism --type {{파일유형}} {{경로/대상/파일}}`
- 파일에서 비결정적인 정보를 제거하되, 타임스탬프를 제거하는 대신 지정한 UNIX 타임스탬프로 설정:
`strip-nondeterminism --timestamp {{유닉스_타임스탬프}} {{경로/대상/파일}}`