Difference between revisions of "Dump an html page into a text file"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
<ref>https://stackoverflow.com/a/12423133</ref>
 
<ref>https://stackoverflow.com/a/12423133</ref>
  
  [[lynx]] --dump www.google.com > file.txt
+
  [[lynx]] --dump www.google.com > file_with_dump_txt_page.txt
  [[links]] -dump www.google.com
+
  [[links]] -dump www.google.com > file_with_dump_txt_page.txt
  
  
 
== See also ==
 
== See also ==
 
* {{wget}}
 
* {{wget}}

Revision as of 08:26, 4 January 2020

[1]

lynx --dump www.google.com > file_with_dump_txt_page.txt
links -dump www.google.com > file_with_dump_txt_page.txt


See also

  • https://stackoverflow.com/a/12423133
  • Advertising: