Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.posted.palinacquisition!news.posted.palinacquisition.POSTED!not-for-mail NNTP-Posting-Date: Thu, 21 Jul 2011 20:14:21 -0500 Date: Thu, 21 Jul 2011 18:14:21 -0700 From: Peter Duniho User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 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: <4e28cb1a$0$308$14726298@news.sunsite.dk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Message-ID: Lines: 24 X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 50.46.118.188 X-Trace: sv3-Xw5GedInV2P1j+35QP6yzML04jkvqDTQuUb5Si9cBonsLgJet12SMnq5g8y1A/izVCazhak9mH5yRQF!SlvKtJhVthy5jdGr/rpEDd/9LcY7qA8aORfk/oiMxq/UtPqvI7kjgZ+k2rE6HMpGVLpd8fKLnBrf!CmPHziwOfnbxhJhYjk1bj7EmUrriwGiFhU7vqD4JsCI= X-Complaints-To: abuse@iinet.com X-DMCA-Complaints-To: abuse@iinet.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2560 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6389 On 7/21/11 5:58 PM, Arne Vajhøj wrote: > [...] >> I have been known to nitpick, but making a distinction between operating >> system and file system is far from that. > > That is true. > > But it is not correct in the sense of being complete that it is the > file system that is case insensitive. > > 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. There are lots of other things on a computer besides the file system that might or might not be case-sensitive, and you may even have trouble working with a case-sensitive file system if those things are not. But I don't see how that's relevant here, where it's the case-sensitivity of the file system that is at issue. Pete