LPIC-1 Exam 101 (Linux Administrator) — Question 27
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?
Answer options
- A. <<
- B. <|
- C. !<
- D. &<
Correct answer: A
Explanation
The correct answer, <<, is used to read input until a specified separator is found. The other options, <|, !<, and &<, do not function in this manner and do not serve the purpose of reading until a separator string is reached.