awk/testdir/tt.13

6 lines
81 B
Plaintext

{ for (i = 1; i <= NF; i++)
x[i] = $i
for (i = 1; i <= NF; i++)
print x[i]
}