πŸ“Š Linux
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

πŸ‘οΈ
59
Total Visits
πŸ“½οΈ
10 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate