The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



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

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 04-05-2005
penfold penfold is offline
Registered User
  
 

Join Date: Feb 2005
Posts: 48
AWK explanation

Hi,

Could anyone please explain why we have arr[$3]=1 - what does this statement do?

awk -F\; 'FNR==NR{arr[$3]=1;next};$3 in arr' core.txt gmrd.txt

Any help appreciated
  #2 (permalink)  
Old 04-05-2005
penfold penfold is offline
Registered User
  
 

Join Date: Feb 2005
Posts: 48
Lightbulb Clarification...

I am only asking about this part of the AWK statement:

arr[$3]=1;next

cheers
  #3 (permalink)  
Old 04-05-2005
Ygor's Avatar
Ygor Ygor is offline Forum Staff  
Moderator
  
 

Join Date: Oct 2003
Location: -31.96,115.84
Posts: 1,407
Code:
FNR==NR{arr[$3]=1;next}
Creates an array called "arr" with indexes taken from the third column of the first input file.
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.
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 03:58 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0