Bash Scripting - Text Processing in Scripts
What will be the output of this command?
echo "Hello 2024" | tr -d '0-9'
echo "Hello 2024" | tr -d '0-9'
-d '0-9' deletes all digits from the input.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions