Bash >> Translate
### Copies the given input to produced the output $ echo 'linux' | tr "[:lower:]" "[:upper:]" $ echo 'linux' | tr "a-z" "A-Z"