Infolinks

Breaking

Adsense

Sunday, December 2, 2018

How to Move/Copy All Files from One Folder to Another using Ubuntu Terminal

Let's say you want to move all the files inside the Downloads/songs folder to Music folder. Open your terminal and type the command below:

mv  -v ~/Downloads/songs/* ~/Music/


If you wish to copy instead, type the below command:

cp  -a ~/Downloads/songs/. ~/Music/

No comments:

Post a Comment

Adbox