converting caps in shell scripts

Dmitry Alyabyev dimitry at al.org.ua
Wed Jul 16 01:21:52 PDT 2003


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




More information about the freebsd-isp mailing list