Add useful web-related commands.

This commit is contained in:
giomba 2022-12-09 20:39:28 +01:00
parent 74170f6e1c
commit 9b6850a16c
1 changed files with 10 additions and 0 deletions

10
web.md Normal file
View File

@ -0,0 +1,10 @@
# 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```