how to move a folder to another folder in terminal code example
Example 1: ubuntu move folder to another directory
sudo mv /root/folder1 /home/folder2/
Example 2: move to folder in command line windows
# move to a directory:
cd myFolder
# move out of a directory
cd ..
# move to another hard disk
# in this example i want to move to drive F, just type:
f:
# and hit enter