Difference between revisions of "Lynx"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
== Activities ==
 
== Activities ==
#Use lynx to dump an html page into a text file: <ref>https://stackoverflow.com/questions/12422289/bash-command-to-convert-html-page-to-a-text-file</ref>
+
#Use lynx to [[dump an html page into a text file]]: <ref>https://stackoverflow.com/questions/12422289/bash-command-to-convert-html-page-to-a-text-file</ref>
 
<pre>
 
<pre>
 
lynx --dump www.google.com > file.txt
 
lynx --dump www.google.com > file.txt
 
links -dump www.google.com
 
links -dump www.google.com
 
</pre>
 
</pre>
 
  
 
== See also ==
 
== See also ==

Revision as of 11:12, 24 December 2019

Lynx is a command line browser.


Activities

  1. Use lynx to dump an html page into a text file: [1]
lynx --dump www.google.com > file.txt
links -dump www.google.com

See also

  • https://stackoverflow.com/questions/12422289/bash-command-to-convert-html-page-to-a-text-file
  • Advertising: