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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 01-05-2009
mirusko mirusko is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 14
Chris,
awk -v x=$x ... works great and I'm able to pass the value into awk, now I just need to export it back to the script ...
I can't use
x=$(awk ... ) 'cause my command uses also print command and the counter, is there a way how to export the variable from within the AWK command?

thank you,
K.