Hi all,
I am hoping someone can help me... I have to compare two files and where I have a match on file 1 field x and file 2 field x, I need to pull a value from file 1 (field w)..
Here is a sample:
for example purposes
awk '
FILENAME = ARGV[1] {x[substr($0,23,18) = substr($0,62,18)}...