Re: Firefox 2.0.0.5 handling of binary files



On 2007-07-30 14:43:16 -0500, Chris Ridd <chrisridd@xxxxxxx> said:

Try making the "i" a capital "I", and putting a space between it and the URL.

curl -I http://....

Most Unix tools have case-sensitive options, and spaces are important as they separate parameters passed into them.

Yes, the i would be better as a upper-case I, since the lower-case i will include the data of the file rather than *just* the HTTP header, which is really what you want in this case.

So with a upper-case I, my example would be:

curl -I http://jollyroger.kicks-ass.org/jollyroger/test.txt

--
Apply rot13 to my e-mail address before using it.

JR

.