Bash Scripting - Text Processing in Scripts
Why does this command fail?
echo "abc" | tr 'a-z'
echo "abc" | tr 'a-z'
tr syntax requirementstr requires two sets of characters for translation: source and target.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions