[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] BASH strlwr command
- Subject: [ale] BASH strlwr command
- From: dhamm at itserve.com (David Hamm)
- Date: Mon, 20 May 1996 17:03:10 -0400
Is there a bash command to convert a string to lower case.
MYVAR=TEST
i.e strlwr $MYVAR
echo $MYVAR
==== output ====
test
Thanks