TLDR
Enter a command. For example: sqlite3, xar, croc, nbtscan, tox.

bzip2

 
A block-sorting file compressor. More information: http://bzip.org.
 
  • Compress a file:
     
    bzip2 {{path/to/file_to_compress}}
     
  • Decompress a file:
     
    bzip2 -d {{path/to/compressed_file.bz2}}
     
  • Decompress a file to standard output:
     
    bzip2 -dc {{path/to/compressed_file.bz2}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.