|
|
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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.