📄 readme
字号:
============================================================================lzop -- a real-time file compressor============================================================================Author : Markus Franz Xaver Johannes Oberhumer <markus.oberhumer@jk.uni-linz.ac.at> http://wildsau.idv.uni-linz.ac.at/mfx/lzop.htmlVersion : 1.00Date : 27-Apr-1998Introduction------------lzop is a file compressor similar to gzip. Its main advantages over gzipare much higher compression and decompression speed at the costof compression ratio.lzop was designed with the following goals in mind: 1) speed (both compression and decompression) 2) reasonable drop-in compatibility to gzip 3) portabilityShort documentation-------------------For detailed usage information please take a look at doc/lzop.txt.See the file NEWS for a list of major changes in the current release.See the file INSTALL for compilation and installation instructions.General functionality and behaviour has been modelled very closelyafter gzip. The main differences between lzop and gzip are:- Files compressed by lzop will have the suffix `.lzo'- lzop does not delete the input file(s) by default. You have to use the option `-U' if you want this behaviour.Directory overview:-------------------acconfig Autoconf configuration files (UNIX specific)b various support files for DOS, Windows 95/NT, OS/2, ...doc documentation in various formatssrc source codeHave fun,Markus
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -