File unlzx.c.gz.readme of Package unlzx
Short: Unlzx - decompresses LZX archives on multiple platforms
Author: emeusel@cs.uni-magdeburg.de (Erik Meusel) (v1.1, 03.04.01)
Uploader: emeusel@cs.uni-magdeburg.de (Erik Meusel)
Version: 1.1
Type: misc/unix
Requires: ANSI C-Compiler
Replaces: misc/unix/unlzx.c.Z
* made unlzx able to read from stdin instead of files to support pipeing
reason: just typeing:
> lzx -r a PIPE:backup.lzx
in an Amiga shell and
> copy PIPE:backup.lzx SER:
in another Amiga shell and
> cat < /dev/ttyS0 | unlzx -x -c
in the UNIX bash on the other side should make a real small but nice
backup system via serial cable. :o)