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
(Created page with "{{Draft}} == See also == * {{wget}} Category:Browsers") |
|||
Line 1: | Line 1: | ||
− | + | 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
- 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: