Annotation of coherent/a/usr/bin/test3, revision 1.1

1.1     ! root        1: FLAGS="-b16 -w /tmp/workfile"
        !             2: MASTERFILE=/tmp/master.tar
        !             3: 
        !             4: cp $MASTERFILE /tmp/testfile
        !             5: 
        !             6: echo "Command: compress $FLAGS /tmp/testfile"
        !             7: compress $FLAGS /tmp/testfile
        !             8: ls -l /tmp/testfile*
        !             9: 
        !            10: echo "Command: uncompress $FLAGS /tmp/testfile.Z"
        !            11: uncompress $FLAGS /tmp/testfile.Z
        !            12: ls -l /tmp/testfile*
        !            13: 
        !            14: echo "Recompressing..."
        !            15: compress /tmp/testfile
        !            16: ls -l /tmp/testfile*
        !            17: 
        !            18: echo "Command: uncompress $FLAGS /tmp/testfile"
        !            19: uncompress $FLAGS /tmp/testfile
        !            20: ls -l /tmp/testfile*

unix.superglobalmegacorp.com

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