bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] Recursive download: Possible to exclude filenames?


From: Todd Pattist
Subject: Re: [Bug-wget] Recursive download: Possible to exclude filenames?
Date: Fri, 31 Jul 2009 14:04:16 -0400
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

address@hidden wrote:
E.g. I want to download a large site filled with
articles and indexes for these, but each article also
have a page with comments (comments.php) that I want
to exclude.  Well actually, they're in the form like
"comments.php?sid=454&cid=27"...  The point is, I want
to download everything but these.
From the manual:
to download all files except the ones beginning with `bjork', use `wget -R "bjork*"'. The quotes are to
prevent expansion by the shell.

wget -R "comments.php" should work




reply via email to

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