NetBSD/tests/usr.bin/awk/d_end1.awk

6 lines
81 B
Awk

# $NetBSD: d_end1.awk,v 1.1 2012/03/11 18:36:00 jruoho Exp $
END {
print NF;
}