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)- A15% (4)
- B4% (1)
- C7% (2)
- D4% (1)
- E70% (19)
Community Discussion
No community discussion yet for this question.