Annotation of coherent/a/usr/bin/test2, revision 1.1.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: cat /tmp/testfile | compress $FLAGS > /tmp/tfile"
                      7: cat /tmp/testfile | compress > /tmp/tfile
                      8: ls -l /tmp/testfile /tmp/tfile
                      9: 
                     10: echo "Command: cat /tmp/tfile | zcat >/tmp/tfile2"
                     11: cat /tmp/tfile | zcat >tfile2
                     12: ls -l /tmp/testfile /tmp/tfile*
                     13: 
                     14: echo "Command: cat /tmp/tfile | uncompress $FLAGS > /tmp/tfile3"
                     15: cat /tmp/tfile | uncompress > /tmp/tfile3
                     16: ls -l /tmp/testfile /tmp/tfile*
                     17: 
                     18: echo "Command: cmp /tmp/tfile2 /tmp/testfile"
                     19: cmp /tmp/tfile2 /tmp/testfile
                     20: 

unix.superglobalmegacorp.com

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