Difference between revisions of "Lynx"
Jump to navigation
Jump to search
↑ https://stackoverflow.com/questions/12422289/bash-command-to-convert-html-page-to-a-text-file
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
- 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
wget
,cURL
,links
,lynx
,elinks
,w3m
,httpie, opensearch-cli curl
,--no-check-certificate, wget --help
Advertising: