find /newbits > /tmp/bfile1
find /src386 >> /tmp/bfile1
egrep -h .c$ /tmp/bfile1 >> /tmp/bfile2

