Answers for "moving all files in a directory linux"

7

linux move everything in a directory to another directory

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

linux move all files up a directory

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

move one foile/folder to another ubuntu

//simple example where site-available is initial folder and site enabled is the folder where we transfer the file 000-default.conf
sudo mv /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-enabled/
Posted by: Guest on August-05-2020

Code answers related to "moving all files in a directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language