lhasa

Decompress LHA/LZH compressed archives on Unix-like systems

brewmacoslinux
Try with needOr install directly
Source

About

LHA implementation to decompress .lzh and .lzs archives

Commands

lha

Examples

Extract all files from an LZH archive$ lha x archive.lzh
List contents of an LZH archive without extracting$ lha l archive.lzh
Extract specific file from archive to current directory$ lha e archive.lzh filename.txt