xref: /illumos-gate/usr/src/test/util-tests/tests/awk/syn/nfneg.awk (revision fd71220ba0fafcc9cf5ea0785db206f3f31336e7)
1BEGIN { NF -= 2 ; print }
2