The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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
match string in a file to file in a directory Jae Shell Programming and Scripting 5 01-19-2008 01:11 AM
Multiple file processing - 1st line only to process - search/match substring toneatlondon Shell Programming and Scripting 2 01-02-2008 09:20 PM
how to match an exact string of asterisks lamilami Shell Programming and Scripting 8 11-27-2007 06:16 PM
Exact Match thru grep ????? manas_ranjan UNIX for Advanced & Expert Users 2 08-17-2007 06:57 AM
appending string to text file based on search string malaymaru Shell Programming and Scripting 1 06-09-2006 09:53 AM

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-28-2008
CAGIRL CAGIRL is offline
Registered User
  
 

Join Date: Jul 2008
Posts: 18
Question How do I search a File for a string exact match

Hi, Can you help please.

I have the following comand:
if [[ `grep $l_string $l_tmp_file | tr -d ' '` = $l_string ]]; then
l_valid_string="Y"
fi
The problem I am trying to solve is that my l_string = ABC and my file contains
ABC
ABC_EFG

I only want back the value ABC exact match.
  #2 (permalink)  
Old 07-28-2008
danmero danmero is online now Forum Advisor  
  
 

Join Date: Nov 2007
Location: 45.48-73.63
Posts: 1,428
try this one:
Code:
grep '['$l_string']$' $l_tmp_file
  #3 (permalink)  
Old 07-28-2008
CAGIRL CAGIRL is offline
Registered User
  
 

Join Date: Jul 2008
Posts: 18
Thank You

Awesome, Thank you very much, that worked.
  #4 (permalink)  
Old 07-29-2008
era era is offline Forum Advisor  
Herder of Useless Cats (On Sabbatical)
  
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,652
Only coincidentally, actually. The addition of the square brackets is probably not correct, if I managed to understand your requirements.

You are trimming whitespace with tr -d ' ' -- are we to infer that spaces are allowed in the file before or after the match, on the same line?

Code:
grep "^ *$l_string *$" $l_tmp_file
If you don't want to allow spaces, remove both occurrences of space, asterisk.
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 01:14 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