Bash Scripting - Text Processing in Scripts
What is the output of this command?
echo "abc123" | tr 'a-z' 'A-Z'
echo "abc123" | tr 'a-z' 'A-Z'
tr 'a-z' 'A-Z'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions