BSD 4_4 development
[unix-history] / usr / src / old / awk / test / t.next
CommitLineData
8c4e4e29
C
1$1 > 5000 { next }
2{ print }