
March 4th, 2003, 02:45 AM
|
|
Junior Member
|
|
Join Date: Mar 2003
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Thanks a lot, it works 
However, there is a little problem... the file im trying to wget is a series, and it starts on 1997, 9th of Augest.
Im not sure if i understand the looping commands at the beginning, but when i do this:
for j in `seq 8 12`; do
for k in `seq 9 31`; do
// blah bah
done
done
when it has finished trying to get 19970809, it will then go to 19970010
what am i doing wrong?
|