• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1BEGIN	{ z = "stuff" }
2{ split ($0, x); print x[3], x[2], x[1] }
3