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/
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment