Tr translate characters. Simple Example 문자열을 검색하여 변환하는 예제: tr 'abcd' 'jkmn' Upper to Lower Stackoverflow - How to convert a string to lower case in Bash? tr '[:upper:]' '[:lower:]' 여러 줄의 결과를 합치는 방법 다음의 도구를 사용하는 방법이 있다: sed#여러 줄의 결과를 합치는 방법 awk#여러 줄의 결과를 합치는 방법 tr#여러 줄의 결과를 합치는 방법 cat ... | tr '\n' ' ' | ... See also sed awk join cut Favorite site Wikipedia (en) tr (Unix)