multiple pages(bzip2 to cake) : Add Korean Translation (#3579)

This commit is contained in:
Proscream
2019-11-20 02:17:05 +09:00
committed by Starbeamrainbowlabs
parent cb340e9341
commit 0d6ef290eb
4 changed files with 100 additions and 0 deletions

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

@@ -0,0 +1,16 @@
# bzip2
> 블록 정렬 파일 압축기.
> 더 많은 정보: <http://bzip.org>.
- 파일 압축하기:
`bzip2 {{경로/압축할_파일명}}`
- 파일 압축해제하기:
`bzip2 -d {{경로/압축된_.bz2파일}}`
- 파일을 표준 출력으로 압축해제:
`bzip2 -dc {{경로/압축된_.bz2파일}}`