The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Assigining output of Awk to a Variable c2b2 Shell Programming and Scripting 0 02-01-2007 07:18 AM
Storing the output into a variable ravi raj kumar UNIX for Dummies Questions & Answers 7 12-11-2006 09:14 AM
how to assign an output to a variable vasikaran UNIX for Dummies Questions & Answers 1 07-05-2005 06:22 AM
Command output to a variable. videsh77 Shell Programming and Scripting 8 12-16-2004 06:06 AM
how to output awk to a variable bashirpopal UNIX for Dummies Questions & Answers 4 04-02-2003 12:02 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 10-11-2007
Cranie Cranie is offline
Registered User
  
 

Join Date: Aug 2005
Posts: 16
Set a variable from awk output - RESOLVED

I have a file which I am processing using awk to spit out the following:


Code:
export CLIENT=1 ; export USER=1 ; export METABASE=1 ; export TASK=1 ; export TOTAL=3

What i want to do now is execute that within the script so those variables are available to other commands. I've tried piping the output to ksh (but obviously thats only for the existance of the ksh being called. I've tried some variations of ` and $(()) $( ) of the output but can't seem to get it to work. Any ideas?

Thanks

Last edited by Cranie; 10-11-2007 at 10:57 AM.. Reason: Resolved.
  #2 (permalink)  
Old 10-11-2007
andryk's Avatar
andryk andryk is offline Forum Advisor  
Registered User
  
 

Join Date: Sep 2003
Posts: 448
one idea
Code:
shell$ . ./script_that_exports_vars

there's a space between the two dots
  #3 (permalink)  
Old 10-11-2007
Cranie Cranie is offline
Registered User
  
 

Join Date: Aug 2005
Posts: 16
andryk, I could write the awk output to a temp file and then execute this generate script, but I was trying to avoid the use of temporary files if possible.
  #4 (permalink)  
Old 10-11-2007
Cranie Cranie is offline
Registered User
  
 

Join Date: Aug 2005
Posts: 16
sorted!


Code:
eval `awk < file ' { print "export TESTVAR=" $1 } '`

forgot about eval!!!
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:11 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