Answers for "ubuntu move all files in directory"

5

linux move all files up a directory

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

ubuntu move all files in directory

mv /from/dirctory/* /to/drictory
Posted by: Guest on July-30-2021

Code answers related to "ubuntu move all files in directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language