92 lines
2.1 KiB
HTML
92 lines
2.1 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of MSCOMPRESS</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>MSCOMPRESS</H1>
|
|
Section: User Commands (1)<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
mscompress - compress data using LZ77 algorithm
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>mscompress</B>
|
|
|
|
[
|
|
<B>-h</B>
|
|
|
|
]
|
|
<BR>
|
|
|
|
<B>mscompress</B>
|
|
|
|
[
|
|
<B>-V</B>
|
|
|
|
]
|
|
<BR>
|
|
|
|
<B>mscompress</B>
|
|
|
|
[
|
|
<I>name ...</I>
|
|
|
|
]
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<I>Mscompress</I>
|
|
|
|
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
|
|
<B>EXPAND.EXE</B>
|
|
|
|
utility or <A HREF="/cgi-bin/man/man2html?1+msexpand">msexpand</A>(1). In other words, <A HREF="/cgi-bin/man/man2html?1+mscompress">mscompress</A>(1) is binary compatible
|
|
with Microsoft's
|
|
<B>COMPRESS.EXE</B>
|
|
|
|
<P>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>BUGS</H2>
|
|
|
|
<B>Mscompress</B>
|
|
|
|
cannot compress standard input as <A HREF="/cgi-bin/man/man2html?1+gzip">gzip</A>(1) or <A HREF="/cgi-bin/man/man2html?1+compress">compress</A>(1) do.
|
|
<P>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>AUTHORS</H2>
|
|
|
|
This program is written by Martin Hinner, <<A HREF="mailto:mhi@penguin.cz">mhi@penguin.cz</A>>
|
|
<BR>
|
|
|
|
Algorithm & data structures by M. Winterhoff <<A HREF="mailto:100326.2776@compuserve.com">100326.2776@compuserve.com</A>>
|
|
<P>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>DOWNLOAD</H2>
|
|
|
|
mscompress package is available at <A HREF="ftp://ftp.penguin.cz">ftp.penguin.cz</A>/pub/users/mhi/.
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="4"><A HREF="#lbAE">BUGS</A><DD>
|
|
<DT id="5"><A HREF="#lbAF">AUTHORS</A><DD>
|
|
<DT id="6"><A HREF="#lbAG">DOWNLOAD</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:19 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|