nerdexam
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)
  • A
    3% (1)
  • B
    5% (2)
  • C
    82% (32)
  • D
    10% (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.

Full 101-500 Practice