frename(TCLX)
frename(TCLX)
frename -- rename old path to new path
Syntax
frename
oldPath newPath
Description
Renames
oldPath
to
newPath
. This command does not support renaming across filesystems unless the
rename
system call supports them. If renaming across filesystems is desired,
exec
the
mv
(C)
command.