On Fri, 20 Dec 2002 16:55:20 -0500, Michael Engelhart <[EMAIL PROTECTED]> wrote: > >Actually it's on OS X which is BSD Unix underneath but I have noticed >that for example using a "cd" in a terminal window is not case >sensitive. I guess BSD variants aren't necessarily case sensitive?
File name completion is usually case-insensitive, so that typing: cd web<tab> will correctly expand to cd WebKit but if you type "cd webkit", you should get "No such file or directory". What's the default shell for OS X? -- - Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
