mv — Inferno 1.1ed
mv
Synopsis
mv fromfile tofile mv fromfile... todir
Description
The mv command can be used in several ways.If there are two arguments of the same type (i.e., both directories or both not) then mv will rename the fromfile to tofile.
For files, a previously file named tofile will be (silently) removed. This requires write permission for the current directory. Write permission is not needed for tofile.
For directories, a previously named directory tofile will be (silently) removed if empty; otherwise, the action will fail.
If the last argument is a directory, the earlier arguments (all files) will be moved into that directory. Any previously existing files of the same name will be overwritten.
Directories cannot be moved into other directories.
See Also
|
stat
|
changing file attributes (e.g., name)
| |
|
remove
|
removing files and directories
| |
infernosupport@lucent.com Copyright © 1996,Lucent Technologies, Inc. All rights reserved.