open an html string in a browser?

Mike Meyer mwm at mired.org
Sun Jan 19 10:58:59 EST 2003


"Steve Holden" <sholden at holdenweb.com> writes:
> "Lance" <lbrannma at cablespeed.com> wrote in message
> news:v2j7tdai7bk9a9 at corp.supernews.com...
> It would be nice if browsers would be prepared to read their standard input,
> so you could pipe the content into it, but offhand I can't think of one that
> does.

Some operating systems provide a name for standard input in the file
system name space. /dev/fd/0 and /dev/stdin are the two I've seen. If
the OP is on such an OS, that would solve the problem.

        <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.




More information about the Python-list mailing list