I am using wget 1.9.1 on OS/2 and want to retrieve a web page to a pipe
instead of a named file. In other words, I want to do the following
("-q" is quiet mode):wget -q http://www.server.com/index.html | find /i "Title" How can I do this? How can I retrieve a web page to a pipe instead of a file? - Peter
