#! /bin/csh
sort +1 +0 $1 > /tmp/$$.old
sort +1 +0 $2 > /tmp/$$.new
diff /tmp/$$.old /tmp/$$.new
rm /tmp/$$.old /tmp/$$.new
