1828867 Members
2745 Online
109985 Solutions
New Discussion

read html file

 
SOLVED
Go to solution
Donald Thaler
Super Advisor

read html file

is there a way to read a .html file while connected to a hp unix system via cde (like exceed)
9 REPLIES 9
Tim Nelson
Honored Contributor
Solution

Re: read html file

Not sure what you are looking for ...html is ascii readable ...

cat my.html ???

foxfire ???


Pete Randall
Outstanding Contributor

Re: read html file

Or firefox?


Pete

Pete
Court Campbell
Honored Contributor

Re: read html file

depends on what you are looking for. You could use more or less and look through the html markup. you cuold use mozilla or firefox. you could also install lynx and view it.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Tim Nelson
Honored Contributor

Re: read html file

Thanks Pete.. Must be dayfri, I mean Friday ;)

James R. Ferguson
Acclaimed Contributor

Re: read html file

Hi Donald:

You need to define what you mean by "read" here. As already noted, maybe you want to render it with a browser. Maybe you simply want to view the HTML source. Perhaps you wnat to parse the HTML source and extract some data from it. You need to be more specific and define the end objective.

Regards!

...JRF...
Donald Thaler
Super Advisor

Re: read html file

you're right i have to be more specific. i've been running oracle patches on my app server and each one of the patches has an html file that cescribes the patch process. I've been copying them to my pc and then opening them with ie7, it didn't dawn on me that mozilla was on my unix server. i've only been using unix for about 4 yrs and sometimes i get lost in forest... thanks to all..
Dennis Handly
Acclaimed Contributor

Re: read html file

>that mozilla was on my unix server.

You might want to install firefox:
http://www.hp.com/go/firefox
Deepak Kr
Respected Contributor

Re: read html file

You can use mozilla on hp-ux.
run
#mozilla

use file menu to open required html file
"There is always some scope for improvement"
Rasheed Tamton
Honored Contributor

Re: read html file

Depends on the system installation, one can use Mozilla, lynx or Firefox:

swlist -l product|grep -i mozilla
swlist -l product|grep -i firefox

Otherwise, as said above, we are left with cat, more, etc.

rgds.