wjx515 当前离线
上等兵
terse 当前离线
中将
Gawk "$0 ~ /\[.*/" a.txtCOPY
@echo offfor /f "delims=" %%i in ('Gawk "$0!~/^$/{m++}END{print m}" JJ.txt') do set m=%%iecho m=%m%pauseCOPY
TOP
BAT-VBS 当前离线
少将
gawk "/\[/" a.txtCOPY