On Wed, Oct 03, 2001 at 09:53:23AM -0600, "Dr. Aldo Medina" <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED]:~$ telnet www2.hyperion-records.co.uk 80 > Trying 62.216.66.198... > Connected to 62.216.66.198. > Escape character is '^]'. > HEAD / HTTP/1.0 > > HTTP/1.1 200 OK > Server: Microsoft-IIS/5.0 > X-I_wish_I_was_using_Linux: Yes > Content-Location: http://62.216.66.198/index.html > Date: Wed, 03 Oct 2001 15:44:48 GMT > Content-Type: text/html > Accept-Ranges: bytes > Last-Modified: Sun, 22 Jul 2001 02:28:57 GMT > ETag: "36a7bf5612c11:15e1" > Content-Length: 13026 > > Connection closed by foreign host.
Have you tried this with slashdot? You should try it a couple of times. alias slashbored='echo -e "HEAD / HTTP/1.0\n\n" | nc slashdot.org 80 | grep ^X | grep -v "X-Powered-By: Slash"' :) -- Tim van Erven [EMAIL PROTECTED] [EMAIL PROTECTED]

