if [ $file = ${SIDFILES}2 ] then string2=" SET UID/GID FILES WERE FOUND BY SECURE" else string2="FILES ARE $string BY ANYONE" fi lastowner="" sort +2 $file | while mfile=`line` do set -- $mfile owner=$2 if [ "$lastowner" = "$owner" ] then continue fi if