11 lines
247 B
Markdown
11 lines
247 B
Markdown
# 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```
|
|
|