Steven M. Schweda wrote: > > > How can I retrieve a web page to a pipe [...] > > This should read, "How can I retrieve a Web page to stdout?".
Well, yes, except for the .001% of us who use OS/2. > Have you tried "-O -"? That's got it, thanks much. "-O con" (on OS/2 WGet) sends the output straight to the screen while your "-O -" sends it to, um, stdout. I haven't used stdout/stdin/stderr since writing file handle stuff under DOS. I guess *nix has a convention where "-" is stdout, yes? Thanks again Steven. - Peter
