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