Difference between revisions of "Lynx"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == See also == * {{wget}} Category:Browsers")
 
Line 1: Line 1:
{{Draft}}
+
Lynx is a command line browser.
 +
 
 +
 
 +
== 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>
 +
<pre>
 +
lynx --dump www.google.com > file.txt
 +
links -dump www.google.com
 +
</pre>
  
  

Revision as of 11:11, 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: