Which of the following is the output when the below shell script executes?

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



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Mahoni

Mahoni

I have tried the command but I could not see.