Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 10473

Summary: No case sensitivity in "[a-z]" style wildcarding
Product: [Retired] Red Hat Linux Reporter: Andy Newsam <amn>
Component: tcshAssignee: Eido Inoue <havill>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-03-31 09:41:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andy Newsam 2000-03-31 09:33:09 UTC
Case sensitivity lost when using [A-Z] or [a-z] style wildcarding in tcsh.

eg: [A-Z]*  and [a-z]* both produce the same results (the equivalent of
[A-Za-z]*)

Problem noticed on an upgrade from RH6.0 to RH6.1. Replacing executable of
/bin/tcsh with RH6.0 versions does not help.

/bin/bash does not seem to be effected.

System:

   Intel Pentium III.

Ta!

Comment 1 Andy Newsam 2000-03-31 09:41:59 UTC
*** This bug has been marked as a duplicate of 6000 ***