wget: update page

coverage
Thomas BARUSSEAU 2017-12-06 11:45:26 +01:00 committed by Agniva De Sarker
parent 3b0383d075
commit 3a0d13a8d2
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
`wget {{https://example.com/foo}}`
- Download the contents of an URL to a file (named "bar" in this case):
`wget -O {{bar}} {{https://example.com/foo}}`
- Download a single web page and all its resources (scripts, stylesheets, images, etc.):
`wget --page-requisites --convert-links {{https://example.com/somepage.html}}`