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

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 02-06-2008
simha77777 simha77777 is offline
Registered User
  
 

Join Date: Jul 2006
Posts: 8
Not sure what I am doing wrong, but I am not getting any results when i run the command
Code:
nawk -f simha.awk numberList myFile
numberList is my single column file with the numbers which are used to compare.
myFile is my tab delimited file whose 14th colunm needs to be compared to the values in the numberList file.
simha.awk has the exact code you have specified (The one with 14)

Appreciate your help so far.