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