Quote:
Originally Posted by LanceBoyles
Use Lynx with the --dump option, like this:
lynx --dump myfile.html > myfile.txt
OR
lynx --dump http://some.where.com/whatever.html > myfile.txt
You can write a shell script that will do this for many files without you having to touch it.
|
hi
i can not get the lynx command on linux.
what should i do?