LPI
010-160 · Question #97
010-160 Question #97: Real Exam Question with Answer & Explanation
Sign in or unlock 010-160 to reveal the answer and full explanation for question #97. The question stem and answer options stay visible for context.
The Power of the Command Line
Question
Which of the following commands finds all lines in the file operating-systems.txt which contain the term linux, regardless of the case?
Options
- Aigrep linux operating-systems.txt
- Bless -i linux operating-systems.txt
- Cgrep -i linux operating-systems.txt
- Dcut [li] [nx] [uu] [xx] operating-systems.txt
- Egrep --sort operating-systems.txt
Unlock 010-160 to see the answer
You've previewed enough free 010-160 questions. Unlock 010-160 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#grep command#case insensitive search#text search#command options