Linux Shell 에서 대소문자 치환

Linux tr 명령 사용

tr [:lower:] [:upper:]

Examples:

echo test | tr [:lower:] [:upper:]