On Thu, 5 Jan 2006 08:55:53 -0600 (CST) [EMAIL PROTECTED] (Steven M. Schweda) wrote:
> > [...] wget is the SVN version, which is located > > at /usr/local/bin/wget [...] > > [...] (/usr/bin/wget is the version of wget that ships with the > > distro that I run, Fedora Core 3) [...] > > Results from "wget -V" would be much more informative than knowing > the path(s) to the executable(s). (Should I know what "SVN" is?) > Adding "-d" to your wget commands could also be more helpful in > finding a diagnosis. Hello, Steven That's fair enough. Default Fedora Core 3 version: [EMAIL PROTECTED] ~]$ /usr/bin/wget -V GNU Wget 1.10.2 (Red Hat modified) SVN version: [EMAIL PROTECTED] ~]$ /usr/local/bin/wget -V GNU Wget 1.10+devel > > If one program works and one doesn't, why use the one which > doesn't? Well, that's simple: I am not a programmer, I am just a user. But, if I use the development versions of programs that I like/use a lot, then I can make what little contribution that I can back to the community by reporting any issues that I have with said programs. If I would just stop using stuff that does not work, then I would not be doing my part. But for real, your question is a good one :) Steven P. Ulrick P.S.: Again I do apologize for not putting the version numbers in my original email. I had intended on doing that, but I forgot :(