Searched refs:tempname (Results 1 - 1 of 1) sorted by relevance

/solaris-desktop/ext-sources/
H A Dpostrun92 tempname="$1.$$.`date +%H%M%S`"
93 while [ -f $tempname ]; do
94 tempname="$tempname.`date +%S`"
96 touch $tempname && chmod 700 $tempname || exit 1
97 echo $tempname

Completed in 10 milliseconds