grep command line explained code example
Example 1: grep i
With -i flag you can grep a substring with insensitive-case:
grep -i "substring_with_lower_or_upper_case"
Example 2: what can I do with grep command that is useful
15 Practical Grep Command Examples In Linux / UNIX