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
Argument passing using for or while loop jisha Shell Programming and Scripting 4 04-08-2008 09:21 PM
passing argument into awk prkfriryce Shell Programming and Scripting 4 02-01-2007 12:44 PM
Problem when passing argument to a shell script sumesh.abraham Shell Programming and Scripting 9 12-13-2006 08:07 AM
Passing argument from one script to other lloydnwo Shell Programming and Scripting 3 10-27-2005 11:06 AM
Passing Argument to Function AkumaTay UNIX for Dummies Questions & Answers 2 10-18-2001 03:24 PM

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-03-2001
Registered User
 

Join Date: Jul 2001
Location: Malaysia
Posts: 21
Passing argument to awk script

I am writing a shell script.
Now i need to read in a string and send it to an awk file to compare and search for compatible record.

I wrote it like tat:

read serial | awk -f generate.awk data.dat

p/s: the data file got 6 field.

According to an expert, we can write it like tat:

read serial
awk -f generate.awk data.dat serial2=$serial

and access the variable by using serial2 in the script.

I tried it but it seems like dun work.

Pls help..thx
Forum Sponsor
  #2 (permalink)  
Old 08-03-2001
PxT's Avatar
PxT PxT is offline
Registered User
 

Join Date: Oct 2000
Location: Sacramento, CA
Posts: 905
Code:
read serial
awk -v serial2=$serial -f generate.awk data.dat

You could then access the variable $serial2 within your awk script.
Google UNIX.COM
Closed Thread

Thread Tools
Display Modes




All times are GMT -7. The time now is 07:12 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