how to move multiple files from one folder to another in linux
mv file1 file2 file3 -t DESTINATION
how to move multiple files from one folder to another in linux
mv file1 file2 file3 -t DESTINATION
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/
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us