awk/testdir/t.split2a

5 lines
55 B
Plaintext

BEGIN {
a[1]="a b"
print split(a[1],a),a[1],a[2]
}