Lines Matching refs:OUTPUT

62 OUTPUT=output.$$
151 diff ${diff_options} $CUR $_file > $OUTPUT
155 fi > $OUTPUT
157 if [ -s $OUTPUT ] ; then
160 cat $OUTPUT
296 }' < $MP > $OUTPUT
297 if [ -s $OUTPUT ] ; then
299 cat $OUTPUT
302 awk -F: '{ print $1 }' $MP | sort | uniq -d > $OUTPUT
303 if [ -s $OUTPUT ] ; then
305 column $OUTPUT
347 }' < $GRP > $OUTPUT
348 if [ -s $OUTPUT ] ; then
350 cat $OUTPUT
353 awk -F: '{ print $1 }' $GRP | sort | uniq -d > $OUTPUT
355 for group in $(cat $OUTPUT) ; do
414 done > $OUTPUT
415 if [ $umaskset = no ] || [ -s $OUTPUT ] ; then
417 if [ -s $OUTPUT ]; then
418 cat $OUTPUT
459 done > $OUTPUT
460 if [ $umaskset = no ] || [ -s $OUTPUT ] ; then
462 if [ -s $OUTPUT ]; then
463 cat $OUTPUT
479 done > $OUTPUT
480 if [ -s $OUTPUT ]; then
482 cat $OUTPUT
517 done > $OUTPUT
518 if [ -s $OUTPUT ] ; then
520 cat $OUTPUT
530 done < $MPBYPATH > $OUTPUT
531 if [ -s $OUTPUT ] ; then
533 cat $OUTPUT
561 > $OUTPUT
562 if [ -s $OUTPUT ] ; then
564 cat $OUTPUT
593 > $OUTPUT
623 >> $OUTPUT
624 if [ -s $OUTPUT ] ; then
626 cat $OUTPUT
641 }' > $OUTPUT
642 if [ -s $OUTPUT ] ; then
644 cat $OUTPUT
695 }' < /etc/exports > $OUTPUT
696 if [ -s $OUTPUT ] ; then
698 cat $OUTPUT
735 ) 2> $OUTPUT
738 if [ -s $OUTPUT ] ; then
740 cat $OUTPUT >> $ERR
761 join -110 -210 -v2 $CUR $TMP1 > $OUTPUT
762 if [ -s $OUTPUT ] ; then
764 tee -a $TMP2 < $OUTPUT >> $ERR
768 join -110 -210 -v1 $CUR $TMP1 > $OUTPUT
769 if [ -s $OUTPUT ] ; then
771 tee -a $TMP2 < $OUTPUT >> $ERR
777 uniq -u > $OUTPUT
778 if [ -s $OUTPUT ] ; then
780 column -t $OUTPUT >> $ERR
807 $11, $3, $4, $1; }' < $TMP1 > $OUTPUT
808 if [ -s $OUTPUT ] ; then
810 cat $OUTPUT >> $ERR
827 join -111 -211 -v2 $CUR $TMP1 > $OUTPUT
828 if [ -s $OUTPUT ] ; then
830 tee -a $TMP2 < $OUTPUT >> $ERR
834 join -111 -211 -v1 $CUR $TMP1 > $OUTPUT
835 if [ -s $OUTPUT ] ; then
837 tee -a $TMP2 < $OUTPUT >> $ERR
848 uniq -u > $OUTPUT
849 if [ -s $OUTPUT ] ; then
851 column -t $OUTPUT >> $ERR
890 mtree -e -l -p / $check_mtree_flags -f $SPECIALSPEC 3>&1 >$OUTPUT 2>&3 |
892 if [ -s $OUTPUT ]; then
894 cat $OUTPUT
905 done > $OUTPUT
906 if [ -s $OUTPUT ]; then
908 cat $OUTPUT
1096 ${pkg_admin} ${_compat_K_flag} audit >${OUTPUT} 2>&1
1097 if [ -s ${OUTPUT} ]; then
1099 cat ${OUTPUT}
1104 ${pkg_admin} ${_compat_K_flag} check >${OUTPUT} 2>&1
1107 cat ${OUTPUT}
1113 . /etc/security.local > $OUTPUT 2>&1
1114 if [ -s $OUTPUT ] ; then
1116 cat $OUTPUT