mv - rename/move files — Inferno 1ed
mv - rename/move files
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 (directories or files) then mv will rename the fromfile to tofile.
Caveats
Directories cannot be renamed or moved into other directories. See Also
|
stat, fstat, fwstat, wstat - get and put file status in Chapter 8
|
|
remove - remove a file in Chapter 8
|
infernosupport@lucent.com Copyright © 1996,Lucent Technologies, Inc. All rights reserved.