From: Filipe Date: 2007-09-24T03:45:05+09:00 Subject: Re: Searching Spotlight with ruby On Sep 23, 12:22 am, Phrogz wrote: > On Sep 22, 7:22 pm, Filipe wrote: > > > Is it possible to search for files using spotlight in ruby just like > > it's done on the terminal with the command 'mdfind'? > > You can run any terminal command in ruby (and capture the output) via > a variety of mechanisms. Does that not do what you need? For sure. How do I go about running terminal commands and getting their outputs? I'm new to this ruby thing. Thanks in advance