common/z*: add Korean translation (#14520)

This commit is contained in:
코드싸이
2024-11-02 02:58:11 +09:00
committed by GitHub
parent 68b644059f
commit f0c85945c8
47 changed files with 932 additions and 0 deletions

12
pages.ko/common/zcmp.md Normal file
View File

@@ -0,0 +1,12 @@
# zcmp
> 압축된 파일 비교.
> 더 많은 정보: <https://manned.org/zcmp>.
- `gzip`로 압축된 두 파일을 `cmp`로 비교:
`zcmp {{경로/대상/파일1.gz}} {{경로/대상/파일2.gz}}`
- 파일을 해당 gzipped 버전과 비교 (이미 `.gz`가 존재한다고 가정):
`zcmp {{경로/대상/파일}}`