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

grep 'Foo' /bar --ignore-case

Interpreter:

bash

Solution Status:

command-demonstration

Collections:

Tools cheatsheet

Tools:

grep

Users Approvals:

0

Users Refusals:

0

Comments(0)