diff --git a/web.md b/web.md new file mode 100644 index 0000000..dda56e1 --- /dev/null +++ b/web.md @@ -0,0 +1,10 @@ +# Web + +### HTML2TEXT +```html2text -nobs -style pretty ``` + +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``` +