ref: 1ced7968ec649e8726ae82bfc98d71a92f11dcae dir: /bugs-fixed/split-fs-from-array.awk/
BEGIN { a[1] = "elephantie" a[2] = "e" print split(a[1],a,a[2]), a[2], a[3], split(a[2],a,a[2]) }