xref: /illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/p.47 (revision b531f6d16eb39863e7bbc34773fb7ef7a282a0a2)
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