echo "cat fields | tee /dev/tty| /usr/ucb/tr 'a-z' 'A-Z' | tee /dev/tty | /usr/ucb/tr 'A-Z' 'a-z' \n" cat fields | tee /dev/tty | /usr/ucb/tr 'a-z' 'A-Z' | tee /dev/tty | /usr/ucb/tr 'A-Z' 'a-z'