Difference between revisions of "Lynx"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<code>Lynx</code> is a [[command line browser]].
+
TOMERGE: [[lynx (browser)]]
{{Draft}}
+
 
 +
<code>Lynx</code> is a [[Browser|command line browser]].
 +
 
 +
[[brew install lynx]]
  
 
== Examples ==
 
== Examples ==
Line 9: Line 12:
 
# Use lynx to [[dump an html page into a text file]]: <code>lynx --dump www.google.com > file.txt</code>
 
# Use lynx to [[dump an html page into a text file]]: <code>lynx --dump www.google.com > file.txt</code>
 
# Read StackOverflow questions about Lynx: https://unix.stackexchange.com/questions/tagged/lynx?tab=Votes
 
# Read StackOverflow questions about Lynx: https://unix.stackexchange.com/questions/tagged/lynx?tab=Votes
 +
# [[Display HTTP response headers]] ([[cURL]])
  
 
== See also ==
 
== See also ==
 +
* {{lynx}}
 
* {{wget}}
 
* {{wget}}
  
 
[[Category:Browsers]]
 
[[Category:Browsers]]

Latest revision as of 18:06, 22 February 2024

TOMERGE: lynx (browser)

Lynx is a command line browser.

brew install lynx

Examples[edit]


Activities[edit]

  1. Use lynx to dump an html page into a text file: lynx --dump www.google.com > file.txt
  2. Read StackOverflow questions about Lynx: https://unix.stackexchange.com/questions/tagged/lynx?tab=Votes
  3. Display HTTP response headers (cURL)

See also[edit]

Advertising: