Archive for February, 2007

Grep How To - Part 1

Wednesday, February 7th, 2007

Here are a few little tid bits that I use on a daily basis with the awesome Grep command line tool.
Grep allows you to search files for symbols or strings (groups of characters like words) and will return the files that the search sting is found in. For example you want to search a website’s […]