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