Bash lowercase()

1 개요[ | ]

Bash lowercase()
Bash
CPU
0.0s
MEM
3M
0.0s
Copy
echo "Hello, World" | tr 'A-Z' 'a-z'
hello, world

2 같이 보기[ | ]