logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lzd - simplified lzip format decompressor

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

See Also