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