Search Results

Search: Posts Made By: Don Cragun
754
Posted By Don Cragun
You could also try the slightly simpler: awk -F...
You could also try the slightly simpler:
awk -F '|' 'FNR==NR{a[$1];next}$3 in a' file1.txt file2.txt
Note that the order of the file arguments is reversed when compared to the script...
Showing results 1 to 1 of 1

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