wget: update page
This commit is contained in:

committed by
Agniva De Sarker

parent
3b0383d075
commit
3a0d13a8d2
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user