[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: a grep question



On Tuesday 05 March 2002 03:52 pm, justin cunningham wrote:
> I want to search for the 10.ip in the files from
> the site's root directory.

cd to the root directory and type:

grep -r 'your grep search term here' ./*

the '-r' flag tells grep to search directories recursively.

--kurt



Reply to: