NetBSD-5.0.2/regress/usr.bin/awk/toupper/test.awk

# $Id: test.awk,v 1.1 2007/10/25 14:51:19 he Exp $

END {
	print toupper($0);
}