Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #11929
| Path | csiph.com!xmission!news.glorb.com!usenet.stanford.edu!not-for-mail |
|---|---|
| From | Chet Ramey <chet.ramey@case.edu> |
| Newsgroups | gnu.bash.bug |
| Subject | Re: Lower case construction does not working properly |
| Date | Thu, 26 Nov 2015 14:13:05 -0500 |
| Organization | ITS, Case Western Reserve University |
| Lines | 16 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.773.1448565195.31583.bug-bash@gnu.org> (permalink) |
| References | <565456B8.2010202@quotix.com> <CAPSX3sSwnckKunA0nM=a6sWsA9po3_hOXUH7PxjfDJKLY0k+Yg@mail.gmail.com> |
| Reply-To | chet.ramey@case.edu |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | usenet.stanford.edu 1448565195 13536 208.118.235.17 (26 Nov 2015 19:13:15 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| Cc | "bug-bash@gnu.org" <bug-bash@gnu.org>, chet.ramey@case.edu |
| To | Pierre Gaston <pierre.gaston@gmail.com>, Michael Kazakov <mkazakov@quotix.com> |
| Envelope-to | bug-bash@gnu.org |
| User-Agent | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
| In-Reply-To | <CAPSX3sSwnckKunA0nM=a6sWsA9po3_hOXUH7PxjfDJKLY0k+Yg@mail.gmail.com> |
| X-Mirapoint-Virus-RAPID-Raw | score=unknown(0), refid=str=0001.0A020204.565759C3.0045,ss=1,re=0.000,fgs=0, ip=173.189.77.205, so=2015-08-12 04:07:17, dmn=2011-05-27 18:58:46 |
| X-Mirapoint-Loop-Id | 9036870b2ced548775430b5a09b2ebf3 |
| X-Junkmail-Whitelist | YES (by domain whitelist at mpv3-2015.case.edu) |
| X-Mirapoint-Virus-RAPID-Raw | score=unknown(0), refid=str=0001.0A020202.565759C3.00C3,ss=1,re=0.000,fgs=0, ip=173.189.77.205, so=2015-08-12 04:07:17, dmn=2011-05-27 18:58:46 |
| X-Mirapoint-Loop-Id | 88b29c9a2b61f8797840a1aacaf96c62 |
| X-detected-operating-system | by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] |
| X-Received-From | 129.22.103.194 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.14 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <http://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| Xref | csiph.com gnu.bash.bug:11929 |
Show key headers only | View raw
On 11/24/15 9:23 AM, Pierre Gaston wrote:
> As an aside shopt -s nocasematch and shopt -s nocaseglob don't seem to
> apply, with both on:
>
> $ VAR=COLORADO; echo ${VAR,[c]}
> COLORADO
It doesn't seem to make sense to disregard case in a word expansion that
directly tests and manipulates character case.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU chet@case.edu http://cnswww.cns.cwru.edu/~chet/
Back to gnu.bash.bug | Previous | Next | Find similar
Re: Lower case construction does not working properly Chet Ramey <chet.ramey@case.edu> - 2015-11-26 14:13 -0500
csiph-web