findstr /s /i "abc" *
==========================
findstr /s “.*.c" * 查找含有".c"的字符串 用的是正则表达式 注意* 前面的. .*表示一个多个字符