How to read html files
- カテゴリ:
- Linux
There are many html files in the system. You could read them with text base web browser. There are elinks and lynx. The elinks has more functions.
You could move forward with ctrl-f, back with ctrl-b.
$ elinks /usr/share/doc/centos-release-4/RELEASE-NOTES-en.html
$ lynx /usr/share/doc/centos-release-4/RELEASE-NOTES-en.html