Search Results

Search: Posts Made By: dhiren1
1,717
Posted By dhiren1
$ awk -F "|" 'NR==FNR{a[$3]=$0;next} $1 in a &&...
$ awk -F "|" 'NR==FNR{a[$3]=$0;next} $1 in a && NF==5{ print a[$1],"_",$3}' OFS="|" file1.txt file2.txt
2|_|W|_||_|A
4|_|Z|_||_|C
Showing results 1 to 1 of 1

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