Is it intentional that the Wget from the repository is still not printing the file name it uses for download? I (and some other users) tend to use the Wget from "CVS", so this is making Wget less useful for me.
For example: $ ./wget http://download.skype.com/linux/skype_1.2.0.18-1_i386.deb --13:41:42-- http://download.skype.com/linux/skype_1.2.0.18-1_i386.deb Resolving download.skype.com... 212.72.49.140, 198.63.211.251, 195.215.8.138 Connecting to download.skype.com|212.72.49.140|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 7906384 (7.5M) [application/x-debian-package] 0% [ ] 22,482 52.9K/s As you can see, there is no indication whether the file is written to "skype_1.2.0.18-1_i386.deb", "skype_1.2.0.18-1_i386.deb.1" or something else entirely.
