|
NAMEmscompress - compress data using LZ77 algorithmSYNOPSISmscompress [ -h ]mscompress [ -V ] mscompress [ name ... ] DESCRIPTIONMscompress reduces the size of the named files using Lempel-Ziv coding (LZ77). Each input file is compressed to file eding with underscore and original file remains untouched. Output files then can be decompressed using Microsoft EXPAND.EXE utility or msexpand(1). In other words, mscompress(1) is binary compatible with Microsoft's COMPRESS.EXEBUGSMscompress cannot compress standard input as gzip(1) or compress(1) do.AUTHORSThis program is written by Martin Hinner, <mhi@penguin.cz>Algorithm & data structures by M. Winterhoff <100326.2776@compuserve.com> DOWNLOADmscompress package is available at ftp.penguin.cz/pub/users/mhi/. Visit the GSP FreeBSD Man Page Interface. |