2012-02-17

How to use wget with regular expression


For example,

If you want to download these files with wget, abc,html bbc.html, and cbc.html,

you can use this command.

$wget -A '*bc.html' http://address

No comments:

Post a Comment