From 3a0d13a8d2eab14f0cb8dcc08140aee49105e8fc Mon Sep 17 00:00:00 2001 From: Thomas BARUSSEAU Date: Wed, 6 Dec 2017 11:45:26 +0100 Subject: [PATCH] wget: update page --- pages/common/wget.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/wget.md b/pages/common/wget.md index dc2f6dbaa8..bd33b4b8cf 100644 --- a/pages/common/wget.md +++ b/pages/common/wget.md @@ -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}}`