What command line redirection characters instruct the shell to read from the current input source

What command line redirection characters instruct the shell to read from the current input source until a specific word, on a separate line and without leading and trailing characters, is reached?

What command line redirection characters instruct the shell to read from the current input source until a specific word, on a separate line and without leading and trailing characters, is reached?

A.
<<

B.
<l

C.
!<

D.
$<

Explanation:
Example:
$ echo <<foobar
Hello
foobar
Hello



Leave a Reply 0

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