Zmienna bash małe litery

# In Bash 4.0
a=DHCP
echo "${a,,}"
# Output:
dhcp
Tukusej’s Sirs