1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 14:46:04 +02:00
tldr/pages.ko/common/bzip2.md
K.B.Dharun Krishna 5257568887
pages.*: add standard translation (#9672)
* pages./: Automatically add alias pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages./: Automatically add links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Fix false positives from script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-29 08:41:44 +05:30

322 B

bzip2

블록 정렬 파일 압축기. 더 많은 정보: https://manned.org/bzip2.

  • 파일 압축하기:

bzip2 {{경로/압축할_파일명}}

  • 파일 압축해제하기:

bzip2 -d {{경로/압축된_.bz2파일}}

  • 파일을 표준 출력으로 압축해제:

bzip2 -dc {{경로/압축된_.bz2파일}}