Posted by: Anonymous Coward
on February 28, 2007 02:00 AM
If you don't escape *mp3, it gets expanded into the list of files ending with mp3 in the current directory by the shell before it gets passed to find. If you have one there, it might be the cause of your problems, and if not it's always good to escape just in case. Try -name '*.mp3' or \*.mp3
Re:can't find my mp3s
Posted by: Anonymous Coward on February 28, 2007 02:00 AM#