Have you realize that mac filesystem is not case sensitive? Example; > touch test > touch Test
Only one "test" appears in the directory. In the opposite order: > touch Test > touch test Only "Test" appears. You can go to your Desktop directory by typing: cd desktop, even if Desktop start with capital letter. This same behavior also affects your scripts and is very, very confusing. Do you know if it is possible to fix this behavior and make my mac work like a real UNIX system? -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
