Answers for "mv folder linux"

17

how to move a directory in linux

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

mv folder linux

how to move a folder in Linux....  mv /path/to/source /path/to/dest
Posted by: Guest on June-12-2020
2

move directory with files linux

how to move a folder/Directory in Linux with files

#sytex
mv /path/to/source /path/to/destination

#example
mv Reports tools/Reports
Posted by: Guest on October-04-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language