Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2003 11:21:43 +0300
From:      Dmitry Alyabyev <dimitry@al.org.ua>
To:        "Tim" <tim@newmail.halenet.com.au>, <freebsd-isp@FreeBSD.ORG>
Subject:   Re: converting caps in shell scripts
Message-ID:  <200307161121.43321.dimitry@al.org.ua>
In-Reply-To: <002201c34b6f$886cf180$6500a8c0@halenet.com.au>
References:  <002201c34b6f$886cf180$6500a8c0@halenet.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 16 July 2003 10:54, Tim wrote:
> Hi All
>
> Can anyone suggest a method to convert capitals to lower case in a shell
> script.

tr [:upper:] [:lower:]

-- 
Dimitry




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307161121.43321.dimitry>