Originally posted by terse at 2007-12-24 10:59 AM:
觉得这样也不错
@echo off
type a.txt|find /v /c ""
pause
这个方法效率最高,很快就能出结果了。
Originally posted by terse at 2007-12-2007-12-24 10:59 AM:
Feels like this is also not bad
@echo off
type a.txt|find /v /c ""
pause
This method has the highest efficiency, and the result can be obtained quickly.