David Sandy wrote: > Hi, > > Is it possible to log to file just the returned status code? > > The following at a command prompt returns what I need; > > wget http://www.google.co.uk/ --spider -nv > > but can't seem to log just this to a log file?
I don't understand: can't you just add "-o log" at the end, or "2>log" or something? All of those give the same results for me. What version of wget are you using? -- Micah J. Cowan http://micah.cowan.name/
