From: Matthias Klose <[email protected]> This addition to the documentation has been shipped in Debian's bash since version 3.0-6.
Co-authored-by: G. Branden Robinson --- doc/bash.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/bash.1 b/doc/bash.1 index 5b180065..4f3af43f 100644 --- a/doc/bash.1 +++ b/doc/bash.1 @@ -4390,6 +4390,12 @@ If the shell option .B nocaseglob is enabled, the match is performed without regard to the case of alphabetic characters. +When using range expressions like +.B [a\-z] +(see below), +letters of the other case may be included, +depending on the setting of +.BR LC_COLLATE . .PP When a pattern is used for pathname expansion, the character -- 2.51.0
