awk/testdir/tt.04

4 lines
47 B
Plaintext

{ for (i = NF; i > 0; i--)
printf "%s ", $i
}