Lzop
Decompress lzo file...
NAME
lzop - compress or expand files
lzop is a file compressor very similar to gzip.
Vma filelzop favors speed over compression ratio.
lzop[ command ][ options ][ filename ... ]
lzop[-dxlthIVL19][-qvcfFnNPkU][-ofile][-p[path]][-Ssuffix][filename ...]
lzop reduces the size of the named files.
Whenever possible, each file is compressed into one with the extension .lzo, while keeping the same ownership modes, access and modification times. If no files are specified, or if a file name is "-", lzop tries to compress the standard input to the standard output.
Lzo decompression online
lzop will only attempt to compress regular files or symbolic links to regular files. In particular, it will ignore directories.
If the compressed file name is too long for its file system, lzop truncates it.
Compressed files can be restored to their original form using lzop -d.
lzop -d takes a list of files on its command line and decompresses each file whose name ends with .lzo and which begins with the correct magic number to an uncompressed file without the original extensio