
CODE: [Copy to clipboard]sed "s/[^0-9]//g" getnum.txt|sed ":a;N;s/\n//;ta"
CODE: [Copy to clipboard][ Last edited by ansipeter on 2007-11-6 at 04:49 PM ]@echo off&setlocal
for /f "tokens=2 delims=/." %%a in (1.txt) do call set/p=%%a<nul
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |