mirror of https://github.com/CrimsonTome/tldr.git
313 B
313 B
bzip2
블록 정렬 파일 압축기. 더 많은 정보: http://bzip.org.
- 파일 압축하기:
bzip2 {{경로/압축할_파일명}}
- 파일 압축해제하기:
bzip2 -d {{경로/압축된_.bz2파일}}
- 파일을 표준 출력으로 압축해제:
bzip2 -dc {{경로/압축된_.bz2파일}}