bzip2.txt

来自「ncbi源码」· 文本 代码 · 共 20 行

TXT
20
字号
NAME       bzip2, bunzip2 - a block-sorting file compressor, v1.0.2       bzcat - decompresses files to stdout       bzip2recover - recovers data from damaged bzip2 filesSYNOPSIS       bzip2 [ -cdfkqstvzVL123456789 ] [ filenames ...  ]       bunzip2 [ -fkvsVL ] [ filenames ...  ]       bzcat [ -s ] [ filenames ...  ]       bzip2recover filenameDESCRIPTION       bzip2  compresses  files  using  the Burrows-Wheeler block       sorting text compression algorithm,  and  Huffman  coding.       Compression  is  generally  considerably  better than that       achieved by more conventional LZ77/LZ78-based compressors,       and  approaches  the performance of the PPM family of sta

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?