grep "^l" code example
Example: grep i
With -i flag you can grep a substring with insensitive-case:
grep -i "substring_with_lower_or_upper_case"
With -i flag you can grep a substring with insensitive-case:
grep -i "substring_with_lower_or_upper_case"