File:  [MW Coherent from dump] / coherent / a / usr / bin / test2
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

FLAGS="-b16 -w /tmp/workfile"
MASTERFILE=/tmp/master.tar

cp $MASTERFILE /tmp/testfile

echo "Command: cat /tmp/testfile | compress $FLAGS > /tmp/tfile"
cat /tmp/testfile | compress > /tmp/tfile
ls -l /tmp/testfile /tmp/tfile

echo "Command: cat /tmp/tfile | zcat >/tmp/tfile2"
cat /tmp/tfile | zcat >tfile2
ls -l /tmp/testfile /tmp/tfile*

echo "Command: cat /tmp/tfile | uncompress $FLAGS > /tmp/tfile3"
cat /tmp/tfile | uncompress > /tmp/tfile3
ls -l /tmp/testfile /tmp/tfile*

echo "Command: cmp /tmp/tfile2 /tmp/testfile"
cmp /tmp/tfile2 /tmp/testfile


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.