Re: wget reject lists

2002-04-08 Thread Hrvoje Niksic
David McCabe <[EMAIL PROTECTED]> writes: > I am having a hell of a time to get the reg-ex stuff to work with the -A or -R > options. If I supply this option to my wget command: > > -R 1* > > Everything works as expected. Same with this: > > -R 2* > > Now, if I do this: > > -R 1*,2* > > I get all

wget reject lists

2002-01-29 Thread David McCabe
Hello, I am not subscribed to this list, so please CC me on your answers. I am having a hell of a time to get the reg-ex stuff to work with the -A or -R options. If I supply this option to my wget command: -R 1* Everything works as expected. Same with this: -R 2* Now, if I do this: -R 1*,2*