xref
: /
minix3
/
tests
/
usr.bin
/
awk
/
d_end2.awk
(revision 11be35a165022172ed3cea20f2b5df0307540b0e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $NetBSD:
d_end2.awk
,v 1.1 2012/03/11 18:36:00 jruoho Exp $
2
3
END
{
4
print
$
0
;
5
}
6