Answers for "linux move multiple files"

1

how to move multiple files from one folder to another in linux

mv file1 file2 file3 -t DESTINATION
Posted by: Guest on July-02-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 "Javascript"

Browse Popular Code Answers by Language