* Matthew Young on Sunday, September 27, 2009: > When doing something like this: > > wget www.aciprensa.com/santos/santo.php?id=372 > > What would be the best way to actually have wget save that file with a given > name? Or would I have to go on renaming these after?
Are you looking for the -O/--output-document option? wget -O test.html www.aciprensa.com/santos/santo.php?id=372 c -- Was heißt hier Dogma, ich bin Underdogma! [ What the hell do you mean dogma, I am underdogma. ] _F R E E_ _V I D E O S_ --->>> http://www.blacktrash.org/underdogma/
