bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Case-insensitive case matching


From: Kars Meyboom
Subject: Case-insensitive case matching
Date: 8 Nov 2001 07:12:37 -0800

Greetings,

After an unsuccessful attempt searching groups.google.com for the
answer, I've decided to post my question here.

Is there any way to perform a case-insensitive case command? As in,

case "$1" in
  *.c)
    ...nifty shell code...

would match both file.c and File.C? I've already tried using "shopt -s
nocaseglob", but that didn't affect case statements.

Kind regards,
Kars Meyboom.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]