man-pages/man1/mscompress.1.html
2021-03-31 01:06:50 +01:00

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">&nbsp;</A>
<H2>NAME</H2>
mscompress - compress data using LZ77 algorithm
<A NAME="lbAC">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</A>
<H2>AUTHORS</H2>
This program is written by Martin Hinner, &lt;<A HREF="mailto:mhi@penguin.cz">mhi@penguin.cz</A>&gt;
<BR>
Algorithm &amp; data structures by M. Winterhoff &lt;<A HREF="mailto:100326.2776@compuserve.com">100326.2776@compuserve.com</A>&gt;
<P>
<A NAME="lbAG">&nbsp;</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">&nbsp;</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>