If I have a file in html format, how I do convert it into text format?
lynx file.html > file.text
does not work right.
I don't have any ideas right now. Thanks for the suggestions.
Ilya
If I have a file in html format, how I do convert it into text format?
lynx file.html > file.text
does not work right.
I don't have any ideas right now. Thanks for the suggestions.
Ilya
: If I have a file in html format, how I do convert it into text format?
: lynx file.html > file.text
: does not work right.
: I don't have any ideas right now. Thanks for the suggestions.
Here is a option if you don't mind that its not a command at the prompt:
Browse the html file in lynx. Press "p" for print and save file. The
file will have all the text without the html code.
You can display it in an app like Netscape, then cut andQuote:> If I have a file in html format, how I do convert it into text format?
> lynx file.html > file.text
> does not work right.
> I don't have any ideas right now. Thanks for the suggestions.
> Ilya
--Greg
| : >: If I have a file in html format, how I do convert it into text format?
| : >: lynx file.html > file.text
| : >: does not work right.
|
| lynx -dump file.html > file.text
| will.
|
Thanks, you have been extremely helpful.
Ilya
Try lynx -dump -nolist file.html > file.textQuote:> If I have a file in html format, how I do convert it into text format?
> lynx file.html > file.text
(I have lynx version 2.6)
--Quote:> does not work right.
> I don't have any ideas right now. Thanks for the suggestions.
> Ilya
-- sweth.
--
.
: >: If I have a file in html format, how I do convert it into text format?
: >: lynx file.html > file.text
: >: does not work right.
lynx -dump file.html > file.text
will.
: >: If I have a file in html format, how I do convert it into text format?
: >: lynx file.html > file.text
: >: does not work right.
lynx -dump file.html > file.txt
--
jason carr
http://www.mousetrap.net
> : >: If I have a file in html format, how I do convert it into text format?
> : >: lynx file.html > file.text
> : >: does not work right.
> lynx -dump file.html > file.text
> will.
f'ups set.
Start from http://lynx.browser.org/
1. How to convert text files to HTML files?
Hi Everyone,
How can I convert text (ASCII) files to HTML files/documents using
UNIX shell scripting. I know there are utilities out there that use
perl, etc., but was wondering if anyone has used shell scripting.
Thanks in advance.
Suhas
2. Request Help: changing file ownership
3. Converting text files to html files in HP-UX.
4. August 2001 issue of Linux Magazine
5. converting the rfc text file to HTML
7. Convert text files to HTML tables!
8. Do df -g and stat(2) always report the same block size?
9. convert a text file to html
10. how to convert a postscript file to a text file ??!!
11. Convert man file *.1 --> text file
12. file.html and file.html/ give same thing
13. MS-window text file viewer to read a text file in SCO server.