while read N
	do
		echo $N
		diff $N /tmp/uucp/dcp/$N
	done
