f*: add Korean translation (#14277)

This commit is contained in:
HoJeong Im
2024-10-21 01:02:09 +09:00
committed by GitHub
parent 24ca4ee673
commit e01f88e9e9
17 changed files with 365 additions and 0 deletions

16
pages.ko/common/funzip.md Normal file
View File

@@ -0,0 +1,16 @@
# funzip
> 추출 없이 아키이브의 첫 번째 (디렉토리가 아닌) 멤버의 내용을 출력.
> 더 많은 정보: <https://manned.org/funzip>.
- Zip 아카이브의 첫 번째 멤버 내용을 출력:
`funzip {{경로/대상/아카이브.zip}}`
- gzip 아카이브의 콘텐츠를 출력:
`funzip {{경로/대상/아카이브.gz}}`
- Zip 또는 gzip 아카이브를 해독하고 콘텐츠를 출력:
`funzip -password {{비밀번호}} {{경로/대상/아카이브}}`