The UNIX and Linux Forums  


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
Extract lines from a file automatically. Please a Help alexcol Shell Programming and Scripting 8 12-16-2006 05:25 PM
How to extract a sequence of n lines from a file 0ktalmagik Shell Programming and Scripting 4 06-30-2006 12:24 AM
How to extract many lines from a file, typically the 1000 last kingkong UNIX for Dummies Questions & Answers 3 11-23-2005 04:20 AM
how to extract a range of lines from a file beilstwh Shell Programming and Scripting 5 07-09-2004 09:20 AM
extract specific lines from file apalex UNIX for Dummies Questions & Answers 2 05-15-2001 10:57 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 01-25-2008
heartwork heartwork is offline
Registered User
  
 

Join Date: Oct 2006
Posts: 22
I think the code should be:

nawk 'FNR==NR {file2[$2];next} !($2 in file1)' file2 file1
-->
Code:
nawk 'FNR==NR {file2[$2];next} !($2 in file1)' file2 file1
        
But I've checked on the test machines I am allowed to write and run scripts and there I cannot use nawk / not installed but awk is allowed:

ttss...@hk... /home/ttss...> nawk 'FNR==NR {ff2[$2];next} !($2 in ff1)' ff2 ff1 ksh: nawk: not found -->
Code:
ttss...@hk... /home/ttss...> nawk 'FNR==NR {ff2[$2];next} !($2 in ff1)' ff2 ff1
ksh: nawk:  not found
        
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 06:52 AM.


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