Home | History | Annotate | Line # | Download | only in testdir
      1 { for (i = NF; i > 0; i--)
      2 	printf "%s ", $i
      3 }
      4