View Single Post
  #3 (permalink)  
Old 06-22-09, 08:14
Amelia Amelia is offline
Moderator
 
Join Date: Mar 2009
Posts: 493
Default

If locate does not work you can use:

find /directorypath -name '*.mp3'

You will need to replace directorypath with the actauly directory like /home
Reply With Quote