On Sun, Jan 01, 2006 at 07:49:13PM -0800, Peter Skye wrote:
> 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?

If you want to process an html file it may be easier to try using lynx 
with the -dump option instead of wget.
 
> - Peter
> 
> 


-- 
John


Reply via email to