awk/testdir/t.fun5

10 lines
103 B
Plaintext

function f(a) {
return split($0, a)
}
{
print
n = f(x)
for (i = 1; i <= n; i++)
print " " x[i]
}