On Monday, January 27, 2003, at 07:46  PM, Jesse Kline wrote:

Hello,

I was wondering if anyone knows of a software package that will audit a
web site and tell you which files in the ftp directory are not linked to
from any of the pages. It does not have to work on a live site, as I
have a copy of the site on my machine.

Thanks for any help you can give me,

Jesse
If you know how to script something like a

grep -r would do the trick in a recursive loop.

or even a find | xargs grep -r

something along those lines that would take a list of the files and then grep through them for the name of the file... This is a quick hack off the top of my head.

--
Nathanael Noblet
Gnat Solutions
4604 Monterey Ave NW
Calgary, AB
T3B 5K4

T/F 403.288.5360
C 403.809.5368

http://www.gnat.ca/



Reply via email to