nerdexam
LPI

101-500 · Question #17

Which of the following characters can be combined with a separator string in order to read from the current input source until the separator string, which is on a separate line and without any…

The correct answer is A. <<. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

Shells and Shell Scripting

Question

Which of the following characters can be combined with a separator string in order to read from the current input source until the separator string, which is on a separate line and without any trailing spaces, is reached?

Options

  • A<<
  • B<|
  • C!<
  • D&<

How the community answered

(33 responses)
  • A
    91% (30)
  • B
    3% (1)
  • C
    6% (2)

Explanation

You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

Topics

#heredoc#input redirection#shell operators#bash syntax

Community Discussion

No community discussion yet for this question.

Full 101-500 Practice