The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



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

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 07-15-2005
acheepi acheepi is offline
Registered User
  
 

Join Date: Jul 2005
Posts: 27
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
  #2 (permalink)  
Old 07-15-2005
rockytriton rockytriton is offline
Registered User
  
 

Join Date: Apr 2005
Posts: 9
if you are using gawk, you can set IGNORECASE=1 first. Other than that I would say do a google search, there are some ways to do it, but it's not as easy as passing -i to grep.
  #3 (permalink)  
Old 07-15-2005
vgersh99's Avatar
vgersh99 vgersh99 is online now Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,131
Quote:
Originally Posted by acheepi
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
month1=`awk 'tolower($0) ~ /month/' ${trgfile} | cut -d"=" -f2`
  #4 (permalink)  
Old 07-15-2005
acheepi acheepi is offline
Registered User
  
 

Join Date: Jul 2005
Posts: 27
Thanks a lot for the reply. It works!
  #5 (permalink)  
Old 07-15-2005
rockytriton rockytriton is offline
Registered User
  
 

Join Date: Apr 2005
Posts: 9
Quote:
Originally Posted by vgersh99
month1=`awk 'tolower($0) ~ /month/' ${trgfile} | cut -d"=" -f2`
nice, I didn't know that worked on a regular expression.
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 06:44 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0