Which of the following is the output when the below shell script executes? cat <<foobar Hello foobar
foobar
A.
The contents of the file foobar
B.
Hello
C.
No output but a file named foobar is created
D.
Hello foobar
E.
Hello foobar foobar
Which of the following is the output when the below shell script executes? cat <<foobar Hello foobar
foobar
Which of the following is the output when the below shell script executes? cat <<foobar Hello foobar
foobar
A.
The contents of the file foobar
B.
Hello
C.
No output but a file named foobar is created
D.
Hello foobar
E.
Hello foobar foobar
I have tried the command but I could not see.