I used to be half-understanding, but after watching the detailed explanation, I fully understood~~
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Originally posted by slw218856 at 2009-11-11 22:59:
for /f "tokens=2,* delims= " %%i in (a.txt) do echo %%i %%j for /f "tokens=2* delims= " %%i in (a.txt) do echo %%i %%j
Is there a difference between 2,* and 2*?