Hi,
I am having a problem getting wget to go to level 1 recursive. If I go to the command line and type
wget -r -l 1
It works fine, and then if I run a batch script with the same value on the first line, it also works perfectly.
But if I start the batch script cold, it won't go one deep ???
Is this a bug ? or is it something that I'm doing wrong ?
btw: I'm using GNU bash, version 3.00.16(1)-release (i386-pc-linux-gnu)
PS: thanks for the feedback on the other thread guys, I'm trying to give ye some stars, but it doesn't seem to be working unfortunately. I'll try again later on
I am having a problem getting wget to go to level 1 recursive. If I go to the command line and type
wget -r -l 1
It works fine, and then if I run a batch script with the same value on the first line, it also works perfectly.
But if I start the batch script cold, it won't go one deep ???
Is this a bug ? or is it something that I'm doing wrong ?
btw: I'm using GNU bash, version 3.00.16(1)-release (i386-pc-linux-gnu)
PS: thanks for the feedback on the other thread guys, I'm trying to give ye some stars, but it doesn't seem to be working unfortunately. I'll try again later on