Go2Linux | Linux Operating System

A site dedicated to: Linux Operating System

Using Lynx to store a page as text to read it later

Date: 2008-02-02 00:00:00 -0400

Sometimes you may want to store a web page as text to read it later, here is a small tip to achieve that, we are going to use Lynx for that.

If you do not have it installed you can use your package manager to install it, taking Debian as example:

sudo aptitude install lynx

then run:

lynx -dump http://www.go2linux.org > $HOME/go2linux.txt You will have the home page of Go2linux stored in your Home as go2linux.txt, and you can read it later as your convenience.

If you liked this article please share it.

powered by TinyLetter

If you want to contact me in any other way, please use the contact page.