Q. Which option with 'grep' makes the search case-insensitive?
β
Correct Answer: (A)
-i
Explanation: '-i' tells 'grep' to ignore case during string matching.