Answers for "cmd move folder to another folder"

0

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
Posted by: Guest on December-23-2020
0

how to move another item into another folder on the command line

mv ~/Downloads/MyFile.txt ~/Documents/Work/MyFile.txt
Posted by: Guest on May-22-2021

Code answers related to "cmd move folder to another folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language