The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 11-28-2007
infyanurag infyanurag is offline
Registered User
  
 

Join Date: Nov 2007
Posts: 65
Quote:
Originally Posted by LanceBoyles View Post
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?