Lines Matching refs:TMP2
91 TMP2=daily2.$$
114 egrep '\.core$|^core$' $TMP > $TMP2
115 if [ -s $TMP2 ]; then
118 cat $TMP2
121 # egrep -v '\.core' $TMP > $TMP2
122 # if [ -s $TMP2 ]; then
125 # cat $TMP2
128 rm -f $TMP $TMP2
175 dump -W > $TMP2
177 if [ -s $TMP ] || [ -s $TMP2 ]; then
186 if [ -s $TMP2 ]; then
187 cat $TMP2
192 rm -f $TMP $TMP2
193 touch $TMP2
197 echo "$dev:" >> $TMP2
198 cat $TMP >> $TMP2
202 if [ -s $TMP2 ]; then
204 cat $TMP2
206 rm -f $TMP2