Hello, On my normal Linux system:
"wget http://www.google.com/" writes "index.html". Doing it again writes "index.html.1", and so on. "wget -O index.html http://www.google.com/" writes to "index.html", always. With BusyBox the result is different: [EMAIL PROTECTED] tmp]$ wget http://www.google.com/ Connecting to www.google.com[209.85.129.99]:80 index.html 100% |*****************************| 3244 --:--:-- ETA [EMAIL PROTECTED] tmp]$ wget http://www.google.com/ Connecting to www.google.com[209.85.129.99]:80 wget: index.html: File exists [EMAIL PROTECTED] tmp]$ wget -O index.html http://www.google.com/ Connecting to www.google.com[209.85.129.104]:80 wget: index.html: File exists [EMAIL PROTECTED] tmp]$ Is this intended behaviour? I'm running (very old) BusyBox 1.3.1, but by quickly looking at the latest source, this has not changed. If nobody objects changing this, I can write a patch for "-O" to overwrite. _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
