lzd - simplified lzip format decompressor
Contents
Description
This manual describes the usage of lzd. It is a simplified lzip decompressor for educational purpose. lzd
is compliant with the lzip specification. Therefore it can verify the 3 integrity factors.
The command can take a lzip compressed file in stdin and it will decompress it to stdout.
Name
lzd - simplified lzip format decompressor
Options
-d Only for compatibility for other lzip tools.
See Also
lzip(1) lzd 2022-06-21 LZD(1)
Synopsis
lzd [ -d ] < file.lz > file
