Date: Sat, 08 May 2004 16:20:21 -0500 From: Jose Lima <jose.lima@charter.net> To: Christoph Kukulies <kuku@www.kukulies.org> Cc: questions@freebsd.org Subject: Re: tr A-Z a-z Message-ID: <1084051221.1088.1.camel@fusil.jlpimp.com> In-Reply-To: <200405070853.i478r1UM048075@www.kukulies.org> References: <200405070853.i478r1UM048075@www.kukulies.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I use: echo "$Z" | tr '[a-z' '[A-Z]' Jose Lima On Fri, 2004-05-07 at 03:53, Christoph Kukulies wrote: > Strange: I was used to do upper case lower case conversion always like this > and it suddenly doesn't work anymore: > > $ echo Z | tr "[A-Z]" "[a-z]" > > > > -- > Chris Christoph P. U. Kukulies kuku_at_kukulies.org > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1084051221.1088.1.camel>