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

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

END {
	print tolower($0);
}