Sunday, December 25, 2005

Unix Resources

I started reading Unix for Mac OS X. This has lead to a few *Google* searches trying to find more information about certain issues. Here is a listing of notes, links and resources:

GREP


GREP, for a general explanation is the search function in UNIX. For example:

grep foo file


This returns all the lines that contain a string matching the expression "food" in the file "file".

0 Comments:

Post a Comment

<< Home