tr 대소 문자 변환

423 단어 shelltr
$ echo "HELLOWorld" | tr '[:upper:]''[:lower:]'
tr: The combination of options and String parameters is not legal.
Usage: tr [ -c | -cds | -cs | -ds | -s ] [-A] String1 String2
       tr [ -cd | -cs | -d | -s ] [-A] String1

'사이 에 빈 칸 이 하나 더 필요 해서 그래 요.'
$  echo "HELLOWorld" | tr '[:upper:]' '[:lower:]'
helloworld

좋은 웹페이지 즐겨찾기