blob: 0e21b877bb0bd5615f6868dc6bdd3ca23a83d93b [file] [log] [blame]
{ for (i = 1; i <= NF; i++)
x[i] = $i
for (i = 1; i <= NF; i++)
print x[i]
}