[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
pattern matching: range expression
From: |
Wolf-Rainer Novender |
Subject: |
pattern matching: range expression |
Date: |
Thu, 30 Mar 2006 13:38:31 +0200 |
Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-pc-linux-gnu'
-DCONF_VENDOR='pc' -DSHELL -DHAVE_CONFIG_H -I. -I../bash
-I../bash/include -I../bash/lib -g -O2
uname output: Linux Saint-Saens 2.6.8-2-386 #1 Tue Aug 16 12:46:35 UTC
2005 i686 GNU/Linux
Machine Type: i386-pc-linux-gnu
Bash Version: 2.05b
Patch Level: 0
Release Status: release
Description:
Problems with range expressions like [A-Z]
e.g. ls [A-Z]* should yield in all names starting with capital letters.
Does not work! I get >>all<< names!
Repeat-By: ls [A-Z]* in a directory which contains names which start
with both upper and lower characters.
- pattern matching: range expression,
Wolf-Rainer Novender <=