View Single Post
  #2 (permalink)  
Old 06-22-09, 06:45
Dave M Dave M is offline
BOD Member
 
Join Date: Jun 2009
Posts: 48
Default

That's actually very easy to do. Just login via SSH to your server and type in the following command:

locate *.mp3

That will search for all files with the .mp3 extension. You can modify that to search other file types as well.
Reply With Quote