NetBSD/tests/util/awk/d_tolower.awk

6 lines
91 B
Awk

# $NetBSD: d_tolower.awk,v 1.1 2009/02/13 05:19:51 jmmv Exp $
END {
print tolower($0);
}