Search notes:

Shell: Search for a regex case insensitively with grep -i

grep -i is a shell command to case-insensitively search for a regular expression.
grep -i is the abbreviation for grep --ignore-case.

Index