Annotation of 3BSD/cmd/pcc/testcomp, revision 1.1

1.1     ! root        1: for i in /usr/c/one/c[0123456789]*.c
        !             2: do
        !             3: b=`basename $i .c`
        !             4: echo $i
        !             5: cc -S $i &
        !             6: /lib/cpp $i | comp >$b.ns
        !             7: wait
        !             8: if
        !             9:        cmp $b.ns $b.s
        !            10: then
        !            11:        rm $b.ns $b.s
        !            12: else
        !            13:        echo ----------------- $i
        !            14: fi
        !            15: done >c.1 2>c.2

unix.superglobalmegacorp.com

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