Answers for "move folder from one directory to another in linux"

17

how to move a directory in linux

mv /path/to/source /path/to/dest
Posted by: Guest on March-31-2020
8

linux move everything in a directory to another directory

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

move folder from one directory to another in linux

mv documents /backups
Posted by: Guest on June-06-2021

Code answers related to "move folder from one directory to another in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language