I am using using lynx to extract text information from some html file. but I am getting how I can use lynx to read from the file ?

I tried lynx -dump file::///home/vivek/html.txt then I got Alert!: Unsupported URL scheme!

how can I tell lynx to read from the file ?

link|improve this question

80% accept rate
feedback

migrated from stackoverflow.com Aug 1 '11 at 5:26

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 3 down vote accepted

You've got one too many colon in your URI. Try lynx -dump file:///home/vivek/html.txt

link|improve this answer
aha thanks. it worked. – Vivek Goel Jul 30 '11 at 16:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.