how to move directory into a different directory code example
Example 1: cmd move directory to another directory
move directory newDirectoryPath
Example 2: move folder from one directory to another in linux
mv documents /backups
move directory newDirectoryPath
mv documents /backups