Search Results

Search: Posts Made By: pxy2d1
3,232
Posted By Franklin52
awk -F, '{ getline s < "file2" ...
awk -F, '{
getline s < "file2"
split(s,a,",")
m="Line " NR ":"
for(i=1;i<=NF;i++){
if(a[i] != $i){
m=m " field " i
}
}
print m
}' file1
Showing results 1 to 1 of 1

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