Howdy all,
I have a folder on my desktop that has mixed content in it. One of the
types in the folder is mp3. What I want to do is search the folder for
all mp3 files and then copy the mp3s to another folder.
I know that this can be done from terminal with the command
cp *.mp3 /users/louie/desktop/source /users/louie/desktop/target
What I would like to know is how to do this without going to terminal.
Every time I use the terminal I feel like I am taking a step back in
time.
Thank you all for any help.