我有這個字符串在一個文本文件(test.txt): BLA BLA BLA
BLA BLA
Found 11 errors and 7 warnings
我執行此命令: findstr /r "[0-9]+ errors" test.txt
爲了得到公正11 errors字符串。 相反,輸出是: Found 11 errors and 7 warnings
有人能幫助?
我試圖運行搜索命令從file1中查找字符串並在file2中找到它們。然後,我只想打印file1中沒有找到file2的字符串。 文件1會是這樣的: read
write
access
文件2將是: 0xFF88 T write
0xFF87 t xyzwrite
0xFF86 T read
0xFF85 T xyzread
0xFF84 T xyzaccess
所以期望的結果將是