Bash uppercase()

1 개요[ | ]

Bash uppercase()
Bash
Copy
echo "Hello, World" | tr 'a-z' 'A-Z'
Loading

2 같이 보기[ | ]