lunzip

Decompressor for lzip files with a focus on data recovery

brewmacoslinux
Try with needOr install directly
Source

About

Decompressor for lzip files

Commands

lunzip

Examples

Decompress a single lzip file$ lunzip file.lz
Decompress multiple lzip files$ lunzip file1.lz file2.lz file3.lz
Decompress to stdout without creating a file$ lunzip -c file.lz > output.txt