osf1 man page for mvdir

Query: mvdir

OS: osf1

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

mvdir(1)						      General Commands Manual							  mvdir(1)

NAME
mvdir - Moves (renames) a directory
SYNOPSIS
mvdir directory1 directory2
DESCRIPTION
The mvdir command renames directories within a file system. To use mvdir, you must have write permission to directory1 and directory2 and to the parent directories of directory1 and directory2. The directory1 argument must name an existing directory. If directory2 does not exist, directory1 is moved to directory2. If directory2 exists, directory1 becomes a subdirectory of directory2. directory2 cannot be a subdirectory of directory1. Directories cannot be moved across file systems. You can also rename a directory with the mv command.
NOTES
This command was made obsolete by the mv command.
EXAMPLES
To rename or move a directory to another location, enter: mvdir appendixes manual If manual does not exist, then this renames the directory appendixes to manual. If a directory named manual already exists, this moves appendixes and its contents to manual/appendixes. In other words, appendixes becomes a subdirectory of manual.
SEE ALSO
Commands: mkdir(1), mv(1) Functions: rename(2) mvdir(1)
Related Man Pages
mvdir(1m) - opensolaris
cp(1) - hpux
mvdir(1m) - hpux
mvdir(1) - osf1
file::ncopy(3pm) - debian
Similar Topics in the Unix Linux Community
List Files Recursively
How Do I rename a unix file contianing spacing?
Copying multiple directories at the same time using Unix
A script that will move a file to a directory with the same name and then rename that file
File sort performance