Search Results

Search: Posts Made By: rdcwayx
11,793
Posted By rdcwayx
Write this code, but only get one line: awk -F...
Write this code, but only get one line:
awk -F "\t" 'NR==FNR{a[$1]=$0;next}
{split(a[$1],b,"\t") ;for (i=1;i<=NF;i++) {if ($i!=b[i]) print FILENAME,$1,$2, "column"i,b[i],$i}}'...
Showing results 1 to 1 of 1

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