ref: 1c424b1b4d5931f2a4b87b6f0f75827bc53ff9d7 dir: /testdir/t.split4/
{ a = $0 " " $0 " " $0 " " 123 n = split (a, x, /[ \t][ \t]*/) print n, x[1], x[2], x[3], x[4] }