awk/testdir/t.split2a

5 lines
55 B
Plaintext
Raw Normal View History

2019-06-23 09:13:57 +00:00
BEGIN {
a[1]="a b"
print split(a[1],a),a[1],a[2]
}