Q. Which option with 'grep' makes the search case-insensitive? (A) -i (B) -c (C) -v (D) -n ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) -i Explanation: '-i' tells 'grep' to ignore case during string matching.