bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Wildcards in -A option


From: Robert Moskowitz
Subject: [Bug-wget] Wildcards in -A option
Date: Thu, 11 Nov 2010 17:42:06 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10

This is on wget 1.12 for FC12.

I am trying to set up a background download of all the CD iso images for a FC distribution and not get the DVD iso as well.

for example:

wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A.iso http://mirrors.kernel.org/fedora/releases/13/Fedora/i386/iso/

Gets all the .iso files.  This includes the CD, DVD, and netinst isos.

So I tried:

wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso" http://mirrors.kernel.org/fedora/releases/13/Fedora/i386/iso/

and this only got the index.txt file

What is the proper format for the -A information?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]