The output of the command echo "Hello World" | tr -d aieou is:
C. Hll Wrld
Explanation:
The tr command is used to translate or delete characters. In this case, the -d option is used to delete (remove) the characters specified after it. The characters specified in this command are "a," "i," "e," "o," and "u."
So, when the command is executed, it removes all occurrences of the letters "a," "i," "e," "o," and "u" from the input string "Hello World." As a result, the output becomes "Hll Wrld."
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Strib
6 months, 4 weeks ago