From 707e8ab96e00d8110e4c6e0790e984184b6fc2ca Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Fri, 5 Apr 2019 19:52:42 -0700 Subject: Accept/reject in recursive wget --- wget.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'wget.md') diff --git a/wget.md b/wget.md index 4221bbc..1f8157d 100644 --- a/wget.md +++ b/wget.md @@ -12,3 +12,11 @@ Defaults to 5 levels deep. wget -r wget -r -l + +Accept or reject links with patterns (useful to download files from a file +listing, where the files follow a naming pattern). + + wget -r -A # can use *, ?, [] + wget -r -R # can use *, ?, [] + wget -r --accept-regex + wget -r --reject-regex -- cgit v1.2.3