Search Results

Search: Posts Made By: pingiliarjun
936
Posted By RudiC
Or awk 'NF==1 {f1[$1];next} !($3 in f1)' file1...
Or awk 'NF==1 {f1[$1];next} !($3 in f1)' file1 file2
936
Posted By Chubler_XL
Try this instead: awk...
Try this instead:

awk 'FILENAME==ARGV[1]{f1[$1];next} !($3 in f1)' file1.txt file2.txt
Showing results 1 to 2 of 2

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