标题: [文本处理] 批处理命令for循环的tokens语句如何取非? [打印本页]
作者: shootman2 时间: 2015-5-15 08:08 标题: 批处理命令for循环的tokens语句如何取非?
for /f "tokens=1,4,9 delims=|" %%a ……
假如我想取除149之外的项,我该怎么写?
作者: terse 时间: 2015-5-15 08:48
最后的 你自己处理下- for /f "tokens=1-3,5-8,10* delims=|" %%a
复制代码
作者: shootman2 时间: 2015-5-15 09:37
回复 2# terse
必须得列出来吗?哦,no。。。
作者: CrLf 时间: 2015-5-15 14:02
假设以 %%a 为基础,引用的时候不用 %%d 和 %%h 不就好了
作者: shootman2 时间: 2015-5-15 15:42
回复 4# CrLf
那假如我要取所有的列,该怎么写?
for /f "tokens=1-* delims=|" %%a-%%b-%%c
作者: CrLf 时间: 2015-5-15 15:52
回复 5# shootman2
那你用 %str:|=-% 进行替换就好了嘛
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |