Click to See Complete Forum and Search --> : Help with grep


bolty
02-23-2001, 06:03 AM
I am the webmaster of a university but have little to no experience of searching using GREP. I need to find the name of all web pages in all sub dirs that contain a hyper-link to a now redundant sub-site. If ne1 can help plz email me.
:confused:

[ 23 February 2001: Message edited by: bolty ]

FyberOptyx
02-23-2001, 06:55 AM
I have very limited experience but you could try this:
grep /I /S "web page here" \*.html > pagesfound

[ 23 February 2001: Message edited by: FyberOptyx ]