Q. Which option with 'grep' makes the search case-insensitive?

  • (A) -i
  • (B) -c
  • (C) -v
  • (D) -n
πŸ’¬ Discuss
βœ… Correct Answer: (A) -i
Explanation: '-i' tells 'grep' to ignore case during string matching.
Explanation by: Mr. Dubey
'-i' tells 'grep' to ignore case during string matching.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
74
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
87%
Success Rate