Difference between revisions of "Lynx"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
Lynx is a command line browser.
+
TOMERGE: [[lynx (browser)]]
 +
 
 +
<code>Lynx</code> is a [[Browser|command line browser]].
 +
 
 +
[[brew install lynx]]
 +
 
 +
== Examples ==
 +
*  <code>lynx -accept_all_cookies https://google.com</code>
  
  
 
== Activities ==
 
== Activities ==
#Use lynx to [[dump an html page into a text file]]: <ref>https://stackoverflow.com/questions/12422289/bash-command-to-convert-html-
+
# 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
 +
# [[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: