在bash中有一种方法可以将字符串转换为小写字符串吗?
例如,如果我有:
a="Hi all"
我想将其转换为:
"hi all"
string bash shell lowercase uppercase
bash ×1
lowercase ×1
shell ×1
string ×1
uppercase ×1