Linux Commands Examples

A great documentation place for Linux commands

mscompress

compress data using LZ77 algorithm

Synopsis

mscompress [ -h ]
mscompress
[ -V ]
mscompress
[ name ... ]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
mplayer \
mscompress \
netcat \
nmap \
ntpdate \
numactl \
obconf \
openbox \
0
source
            
adb pull /system/bin/mscompress proprietary
adb pull /system/bin/netsharing proprietary
adb pull /system/bin/resize2fs proprietary

description

Mscompress 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.EXE

download

mscompress package is available at ftp.penguin.cz/pub/users/mhi/.


bugs

Mscompress cannot compress standard input as gzip(1) or compress(1) do.


authors

This program is written by Martin Hinner, <mhi[:at:]penguin[:dot:]cz>
Algorithm & data structures by M. Winterhoff <100326.2776[:at:]compuserve[:dot:]com>

How can this site be more helpful to YOU ?


give  feedback