Skip to content

Latest commit

History

History
15 lines (8 loc) 路 235 Bytes

bzip2.md

File metadata and controls

15 lines (8 loc) 路 235 Bytes

bzip2

A block-sorting file compressor.

  • Compress file:

bzip2 {{path/to/file_to_compress}}

  • Decompress file:

bzip2 -d {{path/to/compressed_file.bz2}}

  • Decompress to console:

bzip2 -dc {{path/to/compressed_file.bz2}}