![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Accessing Shell Variables in awk or sed | nasersh | Shell Programming and Scripting | 3 | 05-05-2008 08:44 AM |
| shell variables and sed substitution | duderonomy | UNIX for Advanced & Expert Users | 2 | 05-05-2008 03:54 AM |
| variables in shell | viko | Shell Programming and Scripting | 2 | 03-03-2008 11:09 PM |
| Shell Script Variables | ragha81 | Shell Programming and Scripting | 3 | 08-22-2006 04:43 AM |
| bash shell variables | xNYx | UNIX for Dummies Questions & Answers | 3 | 04-15-2002 05:36 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Using shell variables In awk
Oh its not my day for syntax... Code:
cat gzipsize.txt | awk '{print "echo",$1,$2} > master.txt
I have read a lot about the awk -v but haven't been able to get it to work. I have a variable in my script and I'm looking just to push it into the awk after the $2 (or anywhere would do)!!! Every example of this has led me down a merry road and I'm wondering if anyone can actually explain this finer point to me? let's say there is a previous var=filecontent |
| Bookmarks |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|