![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Sep 2004
Posts: 13
Rep Power: 0
![]() |
hi friends,
how to use one awk within another awk..... i want to o actually...something like.... awk ' { if ( $1 == 1 ) awk ' { var=$1 }' 2ndfile }' 1stfile but this 2nd awk is not working..... it gives error...... my problem is ... that if the first field of 1stfile is 1 then only store the value of 2ndfile in var otherwise not... but i amnot able to get the ouput...... HELP ME OUT FRIENDS........... ![]() |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|