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