7
1
I was wondering if there was any argument that allowed me to use wget
and "call" a page, but without downloading the page.
The problem is that when you call wget
on a page, it downloads it to the folder wget.exe
resides in, but I don't want to download a file every time I use it.
2Beware that --spider may perform a HEAD request instead of a GET request, which means the URL may react differently. – bzlm – 2009-10-10T10:22:47.840
1Excellent, exactly what I was looking for – Andreas Grech – 2009-07-21T08:07:42.640