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

Passive101

macrumors regular
Original poster
Dec 5, 2008
128
0
I wanted to quickly find the folder to put an eject button on my taskbar at the top of Leopard. The file I needed was in "coreservices"

I tried spotlight and it doesn't find it. I clicked on finder and tried it there and it also did not find it.

coreservices is a folder. Why does it not find it?

I'm used to the windows search where it literally shows every file and folder. What can I change or how can I search more efficiently in the future?

I went and used the file manually, but I'd rather have a faster quick search bring it up.
 
What can I change or how can I search more efficiently in the future?

Using locate or find in a Terminal window is sometimes better than them new fancy graphical thingies.. ;)

Code:
MacUser2525$ locate coreservices
/System/Library/CoreServices/coreservicesd
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/Resources/com.apple.coreservicesd.plist
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/Support/coreservicesd
/System/Library/LaunchAgents/com.apple.coreservices.uiagent.plist
/System/Library/LaunchDaemons/com.apple.coreservicesd.plist
 
Thanks, as a non-linux, non-command line user who sometimes needs to tinker in the Terminal, that was very helpful.
 
Using locate or find in a Terminal window is sometimes better than them new fancy graphical thingies.. ;)

Code:
MacUser2525$ locate coreservices
/System/Library/CoreServices/coreservicesd
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/Resources/com.apple.coreservicesd.plist
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/Support/coreservicesd
/System/Library/LaunchAgents/com.apple.coreservices.uiagent.plist
/System/Library/LaunchDaemons/com.apple.coreservicesd.plist


How do I use the terminal window for this? Sorry I don't know how to use it.
 
How do I use the terminal window for this? Sorry I don't know how to use it.

You just open Terminal it is located in the Applications -> Utilities folder then type in the same thing I did (locate coreservices) hit the enter key and it should show you similar if not exactly the same lines of results I get here.
 
ok. I see that it finds the locations, but it's not quick and clickable.

that's the first time I've ever used terminal. Neat. It looks liks DOS almost.
 
This would be a cool mod: Terminal commands in Spotlight!

Why not? You can do calculations, look up stuff in the dictionary etc. so why not UNIX commands? Would be useful! :)
 
ok. I see that it finds the locations, but it's not quick and clickable.

Yes it shows you the location of everything containing the string you search for. It is pretty quick if you already have a Terminal open that you can switch too, if you wanted to click on something I'm sure you could make an apple script to open Terminal having passed it some string to search for.
that's the first time I've ever used terminal. Neat. It looks liks DOS almost.

First time for everything and it is the other way around actually DOS looks like it, the Unix command line came way before it.
 
This would be a cool mod: Terminal commands in Spotlight!

Why not? You can do calculations, look up stuff in the dictionary etc. so why not UNIX commands? Would be useful! :)

I always have a Terminal open so I doubt I would get much use but I can how others may want that for a quick one off. Didn't know about the calculator there until last week I have used this snippet I found in my .bashrc for years to give it a calculator function using bc.

Code:
calc()
{
     echo $* | bc
}


That looks intersting going to have to give it a try next time I log out, thanks.

I don't know how scripts work either. :(

You can learn easily enough if your interested in it just use Google there are tons of tutorials out there same applies to the command line as well since they both pretty much go hand in hand.
 
You could just add the System Files option to your search.
See the pic i attached.
 

Attachments

  • Picture 1.jpg
    Picture 1.jpg
    53.9 KB · Views: 80
Click the little + button next to Save. It will bring up a line that says "Kind/Any." Click on Kind and choose Other from the menu. Find in that System Files and check the box on the right. From now on System Files will show up under the dropdown menu that you chose Other from.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.