3 echo $(basename $0): needs at least one directory name as a parameter.
6 export outfile="$(mktemp "$TMP/zz_findertmp.XXXXXX")"
7 echo "These files are not self-owned:" >$outfile
9 find $i ! -user $USER >>$outfile
12 # apparently this utility is supposed to echo to standard out.