NetBSD/regress/usr.bin/awk/end2/test.awk
he 07a2e5539a Add two regression tests related to making the last line of the input
being available under the END pattern, ref. PR#29659.
2005-03-23 17:28:55 +00:00

6 lines
71 B
Awk

# $Id: test.awk,v 1.1 2005/03/23 17:28:55 he Exp $
END {
print $0;
}