find all the mp3 file in the current directory and copy them to /home/user/song directory

find ./ -iname \*.mp3  cp {} /home/user/song \;