From af8eb721be09e25424b1d70070c838a29803bda9 Mon Sep 17 00:00:00 2001 From: Brutus Date: Thu, 6 Mar 2014 14:20:52 +0100 Subject: [PATCH] Update wget --- cheatsheets/wget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheets/wget b/cheatsheets/wget index 60f7c2c..a815e62 100644 --- a/cheatsheets/wget +++ b/cheatsheets/wget @@ -23,7 +23,7 @@ wget http://www.myserver.com/files-{1..15}.tar.bz2 wget -pk http://path.to.the/page.html # To mirror a whole site locally -wget -mk http://path.to.the/page.html +wget -mk http://site.tl/ # To download all the files in a directory with a specific extension if directory indexing is enabled wget -r -l1 -A.extension http://myserver.com/directory