bookmark

Converting string to lower case in Bash shell scripting - Stack Overflow


Description

echo $a | awk '{print tolower($0)}'

Preview

Tags

Users

  • @jil

Comments and Reviews