Lines Matching refs:dstfile
73 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
78 In the 1st form, copy SRCFILE to DSTFILE.
90 -T report an error if DSTFILE is a directory.
256 dstfile=`basename "$dst"`
281 { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \
293 if test -f "$dstdir/$dstfile"; then
294 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
295 || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
297 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
306 $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"