On Tuesday, Oct 22, 2002, at 21:34 US/Pacific, Mosh Teitelbaum wrote:
> I imagine the powers that be in Redmond figured that allowing
> multiple files that were all named the "same thing" (despite case
> differences) would be too confusing for the intended every day users
> of the
> OS.
Remember that DR-DOS predates MS-DOS (and Windows) and was 8.3 filename
format (and case insensitive). MS-DOS was 'compatible' with that and
every single Windows version inherited that. An interesting comparison
is Mac OS X - Mac OS has also historically been case insensitive, as is
Mac OS X, but OS X is Unix Inside(tm) so there's a conflict of
personalities here... resolved in favor of Mac OS: the UNIX under the
hood is case INsensitive!
> I think though, like with Windows, the intended audience
> for the OS were people who would want near complete control over their
> environment and would likely be very comfortable differentiating
> between
> files that were spelled the same but cased differently.
Yes, and when you can easily map filenames to lowercase it's not such a
big deal:
for f in *[A-Z]*
do
mv $f `echo $f | tr A-Z a-z`
done
:)
An Architect's View -- http://www.corfield.org/blog/
Macromedia DevCon 2002, October 27-30, Orlando, Florida
Architecting a New Internet Experience
Register today at http://www.macromedia.com/go/devcon2002
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm