I=`wc -c $i | cut -d' ' -f1` J=`wc -c $j | cut -d' ' -f1` if [ $I -eq $J ] then echo $i $j >> $1.pares fi