Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Soundburst

macrumors 6502a
Original poster
Oct 4, 2006
691
20
Hey guys,

If is possible to easily make a searchable document that tells you the location of a file within a drive?

For example if I have a drive with about 10 different sound libraries on. . .and am looking for a specific bird, can I search for bird and then get say the results from all those libraries:

LOCATIONS:
'Drive -> Folder 1 -> Folder 2-> Bird.wav'
'Drive -> Folder 6 -> Bird2.wav'

Basically I'm sticking this drive up on a shared space and I need the guys to be able to search for something. . . then go through that drive and grab the file they need using the directions given in the search?
 
You'll be better off using spotlight, then trying to maintain a document.

In any case, you'll need to use the terminal command:
ls -R > somefile.txt
or
find /Path/ -type f > FilesWithPaths.txt
This will produce a list of files/folders that are sent to a file. You'll need to load that file into a spreadsheet or word document, massage it to make it look decent.

As soon as someone adds/removes a file, your document will be out of date.
 
You'll be better off using spotlight, then trying to maintain a document.

In any case, you'll need to use the terminal command:
ls -R > somefile.txt
or
find /Path/ -type f > FilesWithPaths.txt
This will produce a list of files/folders that are sent to a file. You'll need to load that file into a spreadsheet or word document, massage it to make it look decent.

As soon as someone adds/removes a file, your document will be out of date.

Thank you for your help, I'd use spotlight but unfortunately it's for Windows Users. I'm uploading a drive of SFX and I need the guys to be able to search for an effect and then basically find out exactly where on that drive they need to navigate to get that file they're looking for. Thanks again, I will copy that command into terminal now.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.