Our blog
View HTML Files from the Command Line – Linux
If you ever want to have a quick look at a html file from the command line (eg when SSHing into a server) then you will love this little app.
Called w3m, its a basic text based browser that will render your html into readable formatted text right on the command line.
This is great for me as I often create log files in a HTML format, before this the only way to read them was to either have them web accessible or download them and view them locally in the browser.
Now with this little app I can view them right in situ - dead handy.
To install on Cent OS just
-
yum install w3m
RSS Feed