while read N
	do
		echo $N
		egrep "fdiv" $N
		egrep "fsub" $N
	done
