If name and target are both directory names, directory name is renamed target if target does not already exist. Directory names can be up to 10 characters long.
If target is a directory, then one or more files move to that directory destroying any files in the new directory with the same name.
mv a bMove files x, y, z from directory /tmp to /bin.
mv /tmp/x /tmp/y /tmp/z /binChange the name of directory /sss to /ttt.
mv /sss /ttt