blob: ea6bdbe8ffe8f42982712e62c152c05e4d86d10c [file] [log] [blame]
{ i = 1
while (i <= NF) {
print $i
i++
}
}