Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!goblin3!goblin.stu.neva.ru!exi-transit.telstra.net!203.50.40.42.MISMATCH!news.telstra.net!pit-spool.telstra.net!exi-spool.telstra.net!exi-reader.telstra.net!not-for-mail Date: Fri, 22 Jul 2011 18:41:00 +1000 From: Esmond Pitt Reply-To: not.esmond.pitt@not.bigpond.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 Newsgroups: comp.lang.java.programmer Subject: Re: CLI Java Glitch References: <4dffe2ea$0$57121$c30e37c6@exi-reader.telstra.net> <7ba20719biasrlu0druv0dta3midgp9bl8@4ax.com> <4e28cb1a$0$308$14726298@news.sunsite.dk> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Lines: 13 Message-ID: <4e2937a0$0$46569$c30e37c6@exi-reader.telstra.net> NNTP-Posting-Host: 120.151.14.51 X-Trace: 1311324064 exi-reader.telstra.net 46569 120.151.14.51:42355 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6528 On 22/07/2011 11:14 AM, Peter Duniho wrote: >> It is the file system and the command interpreter (shell in >> *nix terminology). > > Huh? Inasmuch as the file system can be accessed, and case-sensitivity > observed, without a command interpreter, I don't see why you are > dragging the command interpreter into it. I have to agree with that. I can't see what the command interpreter has to do with this at all. The file system is case-sensitive so everything that uses it is as well, including the shells. And of course by default *everything* in a computer is case-sensitive unless specifically programmed otherwise.