Search Results

Search: Posts Made By: Lingaraju
1,930
Posted By Lingaraju
awk 'NR==FNR && NF>1 { v=substr($0,37,14);#print...
awk 'NR==FNR && NF>1 { v=substr($0,37,14);#print substr($0,37,14) next}NR==FNR && ( /Company Code/ OR /Invoice Number/ ) { sub(/Company Code/,"",$0); sub(/Invoice Number/,"",$0); a[v]=$0;print $0...
1,930
Posted By Lingaraju
Lookup field values in two fixed format file in UNIX - not working
I have 2 fixed length files input#1 & input#2. I want to match the rows based on the value in position 37-50 in both files (pos 37-50 will have same value in both files).
If any matching record is...
Showing results 1 to 2 of 2

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