Translates or deletes characters from input data.
Exampleecho "hello" | tr 'a-z' 'A-Z'
echo "hello" | tr 'a-z' 'A-Z'
DevOpsSchoolTypically replies within an hour