common/z*: add Korean translation (#14520)
This commit is contained in:
12
pages.ko/common/zcat.md
Normal file
12
pages.ko/common/zcat.md
Normal 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}}`
|
Reference in New Issue
Block a user