Answer the question
In order to leave comments, you need to log in
How to set wget -O option with dynamic page name?
wget -O file "url?param1=1¶m2=2" will always write to "file"
wget "url?param1=1¶m2=2" will always write to "url?param1=1¶m2=2"
Interested in writing to files wget_output1.txt , wget_output2.txt etc for each run
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question