awk/testdir/t.fun5

10 lines
103 B
Plaintext
Raw Normal View History

2019-06-23 09:13:57 +00:00
function f(a) {
return split($0, a)
}
{
print
n = f(x)
for (i = 1; i <= n; i++)
print " " x[i]
}