"Arthur DiSegna" <[EMAIL PROTECTED]> writes: > grep -v "^#" sites.html | wget --spider -o log.txt -i - > > Basically, I am asking WGET to look through sites.html to see if > certain files exist. This gives me an OK and a file size. I would to > go one step further and get the file date as well.
You could use -S and look for "Last-Modified".
