Worked... Thanks. > grep -v "^#" sites.html | wget --spider -S -o log.txt -i -
-----Original Message----- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] Sent: Sun 9/18/2005 2:25 PM To: Arthur DiSegna Cc: [email protected] Subject: Re: Retrieving File dates without downloading files "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".
