![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to disable case sensitive on RHEL ? | blesets | UNIX for Dummies Questions & Answers | 2 | 04-02-2006 09:47 PM |
| Ignore Case in Shell | AAH | Shell Programming and Scripting | 3 | 03-21-2006 04:41 PM |
| Is Hostname Case sensitive ????? | ajphaj | UNIX for Dummies Questions & Answers | 3 | 02-16-2006 01:10 PM |
| Removing duplicate lines ignore case | hellsd | UNIX for Dummies Questions & Answers | 17 | 12-02-2004 10:47 AM |
| Unix user ID's case-sensitive? | dmilleville | UNIX for Dummies Questions & Answers | 3 | 12-14-2003 08:38 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Ignore case sensitive in Case Switch
In a Case switch, how to ignore case sensitive in the test:
e.g. case "$field" in "TEST) action1;; *) action2;; esac How to go in action1 in case of $field = TEST , or Test , or test or .... without enumerating all possibilities... Thanks, Annick. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|