Answers for "linux move all files to another folder"

5

linux move all files up a directory

mv myfolder/* .
Posted by: Guest on July-05-2020
8

linux move all files to another folder

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

Code answers related to "linux move all files to another folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language