Re: Weird locale troubles (?!)

From: Andrey Chernov <ache_at_nagual.pp.ru>
Date: Tue, 27 Jan 2004 12:47:25 +0300
On Tue, Jan 27, 2004 at 10:38:25AM +0100, Pav Lucistnik wrote:
> I asked on exactly this same "feature" few months again, and I was told
> that it's illegal to abuse `tr a-z A-Z` to do uppercase conversion.
> So just rewrote your script to use use awk toupper() ...

You can use
	tr "[:lower:]" "[:upper:]"
to do it in the right way.

-- 
Andrey Chernov | http://ache.pp.ru/

Received on Tue Jan 27 2004 - 00:48:06 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:40 UTC