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 here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Redirect grep output into file !!!!! hanu_oracle Shell Programming and Scripting 2 04-10-2008 06:02 AM
after grep i want to redirect it to some variable mail2sant Shell Programming and Scripting 2 04-07-2008 06:26 AM
awk redirect output to shell variable dhinge Shell Programming and Scripting 3 12-09-2006 08:11 AM
Redirect Output In Variable ZINGARO UNIX for Dummies Questions & Answers 1 08-02-2006 03:56 AM
redirect command output to variable hugow UNIX for Dummies Questions & Answers 1 06-22-2005 03:43 AM

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-08-2008
Registered User
 

Join Date: Apr 2008
Location: bangalore
Posts: 41
redirect the grep output into the variable

i want to redirect the grep output into the variable
but i am not able to get it

i tried
Code:
veri=`grep -i $1 "${logdir}"* | grep -i adding | grep -iv equation | tail -1 | cut -d ':' -f 1`
Code:
vari=$(grep -i $1 "${logdir}"* | grep -i adding | grep -iv equation | tail -1 | cut -d ':' -f 1)
BUT NOT working ...
please give us some alternate way to do this please

Last edited by Yogesh Sawant; 04-08-2008 at 06:48 AM. Reason: added code tags
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 04-08-2008
era era is offline
Herder of Useless Cats
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,094
Do you get any error message? What's in $logdir? What's in $veri and $vari after these commands?
Reply With Quote
Google UNIX.COM
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 04:00 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0