multiple pages(bzip2 to cake) : Add Korean Translation (#3579)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
cb340e9341
commit
0d6ef290eb
16
pages.ko/common/bzip2.md
Normal file
16
pages.ko/common/bzip2.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# bzip2
|
||||
|
||||
> 블록 정렬 파일 압축기.
|
||||
> 더 많은 정보: <http://bzip.org>.
|
||||
|
||||
- 파일 압축하기:
|
||||
|
||||
`bzip2 {{경로/압축할_파일명}}`
|
||||
|
||||
- 파일 압축해제하기:
|
||||
|
||||
`bzip2 -d {{경로/압축된_.bz2파일}}`
|
||||
|
||||
- 파일을 표준 출력으로 압축해제:
|
||||
|
||||
`bzip2 -dc {{경로/압축된_.bz2파일}}`
|
Reference in New Issue
Block a user