More information about the Underscore mailing list

[_] case sensitive file names osx/ debian/ apache

Richard Price richardprice at gmail.com
Mon Dec 3 10:58:39 GMT 2007

>    As far as I know, the default OS X installation has a
> case-insensitive formatted file system.
>

This is correct - OS X by default uses a non case sensitive
filesystem, but perversely Bash is still case sensitive so it *looks*
like the filesystem is case sensitive when you are at a command
prompt.

Richard