如何用批处理获取文本中两段指定字符串中间的内容

2024-12-29 16:23:16
推荐回答(1个)
回答1:

@echo off
for /f "tokens=2 delims=[]" %%i in ('findstr /i counts a.txt^|findstr match') do echo %%i