this has me flumoxxed, I set up two arrays, call and dat.
there is one exclusive element in both, and 4 inclusive, but when I delete from one of the arrays, the exclusive element magically moves to the other array. Is this a bug in awk ?
BEGIN {
# call[1] is exlusive to call array
call[1]=10...