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/
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:40 UTC