"Bash lowercase()"의 두 판 사이의 차이

(새 문서: ==개요== ;Bash lowercase() <syntaxhighlight lang='bash' run> echo "Hello, World" | tr 'A-Z' 'a-z' </syntaxhighlight> ==같이 보기== * Bash islower() * Bash uppercase()...)
 
 
11번째 줄: 11번째 줄:
* [[함수 lowercase()]]
* [[함수 lowercase()]]


[[분류: Bash]]
[[분류: Bash 대소문자]]

2021년 9월 15일 (수) 15:48 기준 최신판

1 개요[ | ]

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

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}