Hello,
Can anyone help me out to write an output in matrix format in AWK95, where my input file is in the form of, example:
2,3,1,0,A,0,1,42
2,4,1,0,B,0,1,42
3,1,1,0,C,0,1,42
3,2,1,0,D,0,1,42
3,3,1,0,E,0,1,42
4,6,1,0,F,0,1,42
4,7,1,0,G,0,1,42
My output file would be in the form:
A B
C D...