LPI
101-500 · Question #337
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 and trailing spaces, is reached?
The correct answer is A. <<. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Shells and Shell Scripting
Question
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 and trailing spaces, is reached?
Options
- A<<
- B<l
- C!<
- D$<
How the community answered
(27 responses)- A89% (24)
- B7% (2)
- C4% (1)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#heredoc#shell redirection#input redirection#bash syntax
Community Discussion
No community discussion yet for this question.