nerdexam
Oracle

1Z0-409 · Question #108

You have issued the following command: echo -e welcome\nTo Oracle\nEnterprise\rLinux What would be the impact of -e switch on the echo command?

The correct answer is E. It honors the escape sequence for both the new line characters and carriage return. See the full explanation below for the reasoning.

Question

You have issued the following command:

echo -e welcome\nTo Oracle\nEnterprise\rLinux What would be the impact of -e switch on the echo command?

Options

  • AIt honors the escape sequence only for the carriage return.
  • BIt honors the escape sequence only for the first new line character.
  • CIt honors the escape sequence only for the two new line characters.
  • DIt honors the escape sequence only for the second new line character.
  • EIt honors the escape sequence for both the new line characters and carriage return.

How the community answered

(27 responses)
  • A
    15% (4)
  • B
    4% (1)
  • C
    7% (2)
  • D
    4% (1)
  • E
    70% (19)

Community Discussion

No community discussion yet for this question.

Full 1Z0-409 Practice