Lines Matching refs:tf
435 tf=$1
438 tf2="$tf.XXXXXX"
449 rm -rf "$tf" || exit 1
450 if [ -d "$tf" ]; then
451 echo "tmp file $tf still exists as a directory."
453 elif [ $dL "$tf" ]; then
454 echo "tmp file $tf still exists as a symlink."
456 elif [ -f "$tf" ]; then
457 echo "tmp file $tf still exists."
460 touch "$tf" || exit 1
461 chmod 600 "$tf" || exit 1
464 echo "mytmp-touch: $tf" 1>&2
466 echo "$tf"
926 tf=$1
2360 echo "$v" > $tf
2361 chmod 700 $tf
2363 lc=`wc -l $tf | awk '{print $1}'`
2365 echo "$cod" > $tf
2367 printf "%s" "$cod" > $tf
2368 echo "" >> $tf