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/zcat.md Normal file
View File

@@ -0,0 +1,12 @@
# zcat
> `gzip` 압축 파일의 데이터를 출력.
> 더 많은 정보: <https://www.gnu.org/software/gzip/manual/gzip.html>.
- `gzip` 아카이브의 압축 해제된 내용을 `stdout`에 출력:
`zcat {{file.txt.gz}}`
- `gzip` 아카이브의 압축 세부 정보를 `stdout`에 출력:
`zcat -l {{file.txt.gz}}`