1# Output filenames modified from TAPE examples for illumos testing.
2$3 > 100	{ print > (ENVIRON["WORKDIR"] "/test.temp.big") }
3$3 <= 100	{ print > (ENVIRON["WORKDIR"] "/test.temp.small") }
4