Getting wget to dowload only files with specific name patterns
Posted
by Adi
on Stack Overflow
See other posts from Stack Overflow
or by Adi
Published on 2010-03-18T20:24:23Z
Indexed on
2010/03/18
20:31 UTC
Read the original article
Hit count: 550
wget
I want to use wget to DL some files. I want to DL only files whose name that fit a certain pattern, e.g. ???.txt and not any other *.txt files. Can this be done with wget? I could only find a way to --accept/--reject files based on the extension. Thanks!
© Stack Overflow or respective owner