gists/web.md

11 lines
247 B
Markdown
Raw Permalink Normal View History

2022-12-09 19:39:28 +00:00
# Web
### HTML2TEXT
```html2text -nobs -style pretty <INPUT URI>```
If no input URI is provided, then reads from stdin.
### Mirror Website
```wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://example.org```