On Fri, Dec 17, 1999, Alex wrote:
> I need in my shell script change upper case to
> lower case for characters. Cureently , I call c
> programm from script which do it.
> Is anybody did this inside script?
Oops. That should be typeset -l.
$ typeset -l var
$ var=ABC
$ echo $var
abc
--
|Chris Costello <[EMAIL PROTECTED]>
|Random access is the optimum of the mass storages.
`--------------------------------------------------
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message