You have issued the following command:
echo -e “Welcome\nTo Oracle\nEnterprise\rLinux”
Why would you use the -e switch? (Choose two.)
A.
to redirect the output to the standard output device
B.
to remove the normal newline character from the end of the output
C.
to cause echo to honor the escape sequence for the carriage return
D.
to cause echo to honor the escape sequence for both the newline characters