Convert a string to lowercase.
Section: String Operations
Lowercase string
bash
bash
name='Hello World'
echo "${name,,}"Explanation
Bash supports case modification operators on parameters.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing String Operations