Shell/Bash: grep ignore case Example
Shell/Bash Example: This is the "grep ignore case" Example. compiled from many sources on the internet by SimpleTutorials.org
grep ignore case
grep -i
grep insensitive
With -i flag you can grep a substring with insensitive-case: grep -i "substring_with_lower_or_upper_case"
* Summary: This "grep ignore case" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!