![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| need explanation | Mari.kb | UNIX and Linux Applications | 1 | 11-23-2007 10:41 AM |
| tr explanation please | convenientstore | Shell Programming and Scripting | 1 | 05-30-2007 11:42 PM |
| tr explanation please | convenientstore | Shell Programming and Scripting | 0 | 05-30-2007 11:12 PM |
| explanation for the syntax | chandhar | Shell Programming and Scripting | 1 | 04-10-2007 04:45 AM |
| Explanation for how it was working so far!!! | bobbyjohnz | Filesystems, Disks and Memory | 1 | 06-14-2006 09:50 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
Code:
FNR==NR{arr[$3]=1;next}
All element values are set to 1 to represent "true". The next statement forces awk to immediately stop processing the current record and go on to the next record. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|