In UNIX, mv means move, or rename.
mv [-i] directory1 directory2
This command will simply rename directory1 to directory2. If directory2 exists, the files of directory1 will be moved into directory2.