Search Results

Search: Posts Made By: chongm88
1,611
Posted By rdrtx1
try: awk ' NR==FNR {col[$1]=$1; next} ...
try:
awk '
NR==FNR {col[$1]=$1; next} # fill column array with values from File_A
FNR==1 {for (i=1; i<=NF; i++) { # for record 1 of File_B search columns for
if...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 12:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy