![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| 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 !! |
|
|
||||
| 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 |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 | ||
|
|
| Thread Tools | |
| Display Modes | |
|
|