This should do the trick: wget -O /dev/stdout http://blah.com | grep "whatever"
-Rob Hinst ----- Original Message ----- From: "Jerry Coleman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 1:03 PM Subject: Capture HTML Stream > > > > > Is there a way to suppress the creation of a .html file, and instead > redirect the output to stdout? I want to issue a wget command, and just > grep for some data that is contained in the resulting html file. > > Maybe I am missing a command line option to do this, but I don't see one. > >
