plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

rev.awk (74B)


      1 NF == 2	{
      2 		printf "%s\t%s\n", $2, $1
      3 	}
      4 NF != 2 {
      5 		print "ERROR " $0
      6 	}