This is assuming you’re in the music directory – if not, you want
Command#
find /path/to/music -iname '*.mp3' -type f -exec cp {} target_dir/ \;
A Pandit of Server Technologies
This is assuming you’re in the music directory – if not, you want
Command#
find /path/to/music -iname '*.mp3' -type f -exec cp {} target_dir/ \;