grep 'Foo' /bar --ignore-case
Summary:
Search for the string Foo
in the file /bar
using grep
with case-insensitive matching. This demonstrates how to find text in a file while ignoring case sensitivity.
grep-foo-case-insensitive.sh
Interpreter:
bash
Solution Status:
command-demonstration
Collections:
Tools cheatsheet
Tools:
grep
Users Approvals:
0
Users Refusals:
0