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
egrep help Darklight Shell Programming and Scripting 1 04-18-2008 03:34 AM
egrep DNAx86 Shell Programming and Scripting 7 01-18-2008 08:59 AM
Egrep cheat sheet anywhere? Looking for meaning of egrep -c leelm UNIX for Dummies Questions & Answers 2 01-11-2008 03:37 PM
egrep help Vozx Shell Programming and Scripting 2 12-09-2005 10:42 AM
Egrep Help FuzzyNips UNIX for Dummies Questions & Answers 2 11-10-2004 04:25 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 05-13-2008
arund_01 arund_01 is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 15
Question help on egrep

Hi there,

How many multiple values can be in egrep for seraching? i am giving more values but i am getting the error like Unknown error. My input in extended to 2nd line. my command is like below.

egrep -i -h "$D1|$D2|$D3|$D4|$D5|$D6|$D7|$D8|$D9|$D10|$D11|$D12|$D13|$D14|$D15|$D16|$D17|$D18|$D19|$D20|$D21|$D2 2|$D23|$D24|$D25|$D26|$D27|$D28|$
D29|$D30|$D31|$D32|$D33|$D34|$D35|$D36|$D37|$D38|$D39|$D40|$D41|$D42|$D43|$D44|$D45|$D46|$D47|$D48" $file > $FILE4 2>> $FILE5

can sombody help.

thx
  #2 (permalink)  
Old 05-13-2008
robotronic's Avatar
robotronic robotronic is offline Forum Advisor  
Can I play with madness?
  
 

Join Date: Apr 2002
Location: Italy
Posts: 370
I really don't know, but if you have to search for a high number of patterns it is better to use a pattern file instead of passing all the values on the command line!

Simply put all your patterns $D1 ... $D48 in a text file, one per line, and issue:


Code:
egrep -hi -f pattern_file.txt $file > $FILE4 2>> $FILE5

Have a look at the man page for more details.
  #3 (permalink)  
Old 05-13-2008
arund_01 arund_01 is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 15
thanks robot,

That helped a lot.
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 08:13 AM.


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