From owner-freebsd-bugs Sun Oct 6 15:46:01 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA17326 for bugs-outgoing; Sun, 6 Oct 1996 15:46:01 -0700 (PDT) Received: from pcpsj.pfcs.com (harlan.fred.net [205.252.219.31]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA17312 for ; Sun, 6 Oct 1996 15:45:44 -0700 (PDT) Received: from mumps.pfcs.com (mumps.pfcs.com [192.52.69.11]) by pcpsj.pfcs.com (8.6.12/8.6.9) with SMTP id SAA10064 for ; Sun, 6 Oct 1996 18:45:11 -0400 Received: from localhost by mumps.pfcs.com with SMTP id AA17767 (5.67b/IDA-1.5 for ); Sun, 6 Oct 1996 18:44:31 -0400 To: bugs@freebsd.org Subject: strcollate() and tcsh-6.06 globbing? Date: Sun, 06 Oct 1996 18:44:30 -0300 Message-Id: <17765.844641870@mumps.pfcs.com> From: Harlan Stenn Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've noticed that globbing under tcsh and FreeBSD-2.1.whatever (at least) seem to do globbing using case-INsensitive collation. Here's an example: % ls D cons25.tc emacs013660 % echo * cons25.tc D emacs013660 How can I fix this? I want tcsh globbing to collate the same way "ls" does it (ie, using case-sensitive collation). Thanks... H