Answers for "ubuntu move folder to another directory"

5

ubuntu move folder to another directory

sudo mv /root/folder1 /home/folder2/
Posted by: Guest on September-08-2020
8

linux move everything in a directory to another directory

mv  -v ~/Downloads/* ~/Videos/
Posted by: Guest on April-03-2020

Code answers related to "ubuntu move folder to another directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language