freddy_fu 当前离线
二级士官
yiwuyun 当前离线
四级士官
TOP
DAIC 当前离线
中将
findstr "aa.*cc" 1.txt > 2.txt复制代码
pcl_test 当前离线
荣誉版主
@echo off for /f "delims=" %%i in ('findstr "aa" "1.txt"^|findstr "cc" "1.txt"') do ( echo %%i ) pause复制代码