Getting wget to dowload only files with specific name patterns
- by Adi
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!