hayduke said:6) I find the grep function really useful for finding tid-bits of text within a directory containing lots of text files. For example, if I had a bunch of family letters I could "grep" for "Las Vegas" to find any documents that contain the term "Las Vegas." You can basically do this with spotlight now, but I still haven't fully adapted to using Spotlight.
acidity said:OK.
What is the keyboard shortcut to start a terminal windows in Mac OS X? I am a keyboard guy and dosnt like to mouse click everytime terminal to open a terminal. Is this possible in Mac or we have to do some extra key bindind...if yes then how![]()
baummer said:The amount of time it takes you to open Spotlight, search for Term and launch it, you could be typing your first command. Just add Terminal to your dock, that's what I do.
how do you make the prossecors run at 100% in terminal?
yes > /dev/null
What's the command for making aliases in terminal? it sounds like it might come in useful.![]()
ln -s /link/to/file shortcutname
austin-mangels-computer:~ diamonddavidleeroth$ cd Desktop/
austin-mangels-computer:~/Desktop diamonddavidleeroth$ ln -s /Users/diamonddavidleeroth/vodka.iso vodka.iso
austin-mangels-computer:~/Desktop diamonddavidleeroth$
Code:ln -s /link/to/file shortcutname
Code:austin-mangels-computer:~ diamonddavidleeroth$ cd Desktop/ austin-mangels-computer:~/Desktop diamonddavidleeroth$ ln -s /Users/diamonddavidleeroth/vodka.iso vodka.iso austin-mangels-computer:~/Desktop diamonddavidleeroth$
Another cool feature of the bash shell is that you can compile UNIX/Linux apps on Mac OS X. Compiling from source+ Mac apps+ Boot Camp = the most versatile system in the world.
There is hardly anything you can throw at a current mac that won't run.
Hope im not imposing but i wasn't sure if i understood you correctly. Are you saying that with any linux source code you can compile that app to run on a mac? There are a few simple games that i like that are for linux. So is it things like that that can be compiled?