• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1$3 > 100	{ print >"tempbig" }
2$3 <= 100	{ print >"tempsmall" }
3