1*11be35a1SLionel Sambuc# $NetBSD: d_toupper.awk,v 1.1 2012/03/11 18:36:01 jruoho Exp $ 2*11be35a1SLionel Sambuc 3*11be35a1SLionel SambucEND { 4*11be35a1SLionel Sambuc print toupper($0); 5*11be35a1SLionel Sambuc} 6