You cannot specify a regular expression in the wget -R
key, but you can specify a pattern (for example, a file pattern in the shell).
The answer looks like this:
$ wget -R 'newsbrief-*' ...
Can you also use ?
and character classes []
.
For more information see info wget .
source share