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