LPI
101-500 · Question #16
What is the output of the following command? echo "Hello World" | tr -d aieou
The correct answer is C. Hll Wrld. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
GNU and Unix Commands
Question
What is the output of the following command? echo "Hello World" | tr -d aieou
Options
- AHello World
- Beoo
- CHll Wrld
- Deoo Hll Wrld
How the community answered
(39 responses)- A3% (1)
- B5% (2)
- C82% (32)
- D10% (4)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#tr command#text filtering#pipe operator#character deletion
Community Discussion
No community discussion yet for this question.