xref: /minix3/tests/usr.bin/awk/d_end1.awk (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1*11be35a1SLionel Sambuc# $NetBSD: d_end1.awk,v 1.1 2012/03/11 18:36:00 jruoho Exp $
2*11be35a1SLionel Sambuc
3*11be35a1SLionel SambucEND {
4*11be35a1SLionel Sambuc	print NF;
5*11be35a1SLionel Sambuc}
6