![]() |
|
|
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 |
| case insensitive on purpose file system 0.1 (Default branch) | iBot | Software Releases - RSS News | 0 | 05-10-2008 07:40 PM |
| case insensitive | ROOZ | Shell Programming and Scripting | 4 | 03-11-2008 12:40 PM |
| how to make case insensitive checks???? | hitmansilentass | Shell Programming and Scripting | 5 | 04-30-2007 03:23 PM |
| awk case-insensitive | forever_49ers | Shell Programming and Scripting | 7 | 09-13-2006 06:15 PM |
| case insensitive locate | davis.ml | UNIX for Dummies Questions & Answers | 3 | 11-17-2003 11:14 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Case-insensitive serach with awk
Is there any way to do case insensitive search with awk for the below statement:
month1=`awk '/month/' ${trgfile} | cut -d"=" -f2` the "month" could come as Month, mOnth,MONTH etc. in a file. Now I am looking for "month".... Thanks, AC |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|