Searched refs:insttmpfile (Results 1 – 1 of 1) sorted by relevance
306 insttmpfile=$(mktemp -t instsmf.XXXXXX)307 if [[ $? == 1 || -z "$insttmpfile" ]]; then329 /usr/bin/nawk '{print $3}' >>$insttmpfile333 [[ -n $LOGFILE ]] && cat $insttmpfile >&2351 /usr/bin/egrep -s "$NETPHYSDEF" $insttmpfile359 /usr/bin/egrep -s "$NETPHYSNWAM" $insttmpfile367 for i in $(/usr/bin/egrep network/routing $insttmpfile)386 /usr/bin/egrep -s "$i:" $insttmpfile || continue398 for i in $(/usr/bin/egrep network/shares/group $insttmpfile)405 /usr/bin/rm -f $insttmpfile[all...]