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?
A.
It honors the escape sequence only for the carriage return.
B.
It honors the escape sequence only for the first new line character.
C.
It honors the escape sequence only for the two new line characters.
D.
It honors the escape sequence only for the second new line character.
E.
It honors the escape sequence for both the new line characters and carriage return.