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