批处理 查找包含字符串 A或M findstr /c:"[M|A]" C:\uplist.txt>C:\t.txt 输出为空,怎么回事?

日期:2022-03-28 18:04:15 人气:1

批处理 查找包含字符串 A或M findstr /c:"[M|A]" C:\uplist.txt>C:\t.txt 输出为空,怎么回事?

findstr /i "M A" c:\uplist.txt>c:\t.txt
    A+
热门评论