this.isMin.uk


bash에서 첫번째 문자를 대문자로 만들기

file="$(tr '[:lower:]' '[:upper:]' <<< ${file:0:1})${file:1}"
Til, Bash