Dmitri
0
Q:

grep insensitive

With -i flag you can grep a substring with insensitive-case:
grep -i "substring_with_lower_or_upper_case"
0
Find strings with case-insensitive search using -i flag with findstr as follows:
findstr -i "Case_insensitive_substring"
For example:
dir | findstr -i "Case_insensitive_file_name"
0

New to Communities?

Join the community