How to convert a string to lower case in Bash?

前端 未结 20 2017
慢半拍i
慢半拍i 2020-11-22 09:40

Is there a way in bash to convert a string into a lower case string?

For example, if I have:

a=\"Hi all\"

I want to convert it to:<

20条回答
提交回复
热议问题