Findstr / G:不能批量运行

时间:2017-08-01 14:31:29

标签: batch-file findstr

我希望使用此代码查看不在临时文件'output.tmp'中的文件,但它不起作用。

FOR /f "Delims=" %%A in (
'Dir /B/A-D *.*^|Findstr /VEIL /G:output.tmp'
) Do echo "%%A"

0 个答案:

没有答案