|
dosbear008
新手上路

积分 0
发帖 1
注册 2008-8-28
状态 离线
|
『第 241 楼』:
使用 LLM 解释/回答一下
谢了o(∩_∩)o...
要研究一下 
Thanks o(∩_∩)o...
Need to study it
|
|
2008-8-28 23:55 |
|
|
manfred
新手上路

积分 12
发帖 6
注册 2006-7-19
状态 离线
|
『第 242 楼』:
使用 LLM 解释/回答一下
看了之后受益匪浅...
After reading it, I have benefited a lot...
|
|
2008-8-29 00:29 |
|
|
lxllxl
初级用户
 
积分 38
发帖 17
注册 2008-9-11
状态 离线
|
『第 243 楼』:
使用 LLM 解释/回答一下
Originally posted by liuyong at 2006-10-27 11:24 AM:
有点头大了!
<img src="images/smilies/face-sad.png" align="absmiddle" border="0"><img src="images/smilies/face-sad.png" align="absmiddle" border="0"><img src="images/smilies/face-sad.png" align="absmiddle" border="0">
Originally posted by liuyong at 2006-10-27 11:24 AM:
A bit confused!
:(:(:(
|
|
2008-9-17 18:53 |
|
|
youlangyu
初级用户
 
积分 24
发帖 11
注册 2008-9-17
状态 离线
|
『第 244 楼』:
使用 LLM 解释/回答一下
for /r . %a in (*.txt) do @find "bluebear" %a
这个语句需要纠正一下:
for /r %a in (*.txt) do find "bluebear" %a
用搂主写的语句,没法执行,请核实。
The statement: for /r . %a in (*.txt) do @find "bluebear" %a needs to be corrected:
for /r %a in (*.txt) do find "bluebear" %a
With the statement written by the original poster, it can't be executed. Please verify.
|
|
2008-9-19 11:03 |
|
|
zsr
新手上路

积分 6
发帖 3
注册 2008-9-15 来自 江西、
状态 离线
|
|
2008-9-19 19:43 |
|
|
hhzcl
新手上路

积分 6
发帖 3
注册 2008-9-19
状态 离线
|
|
2008-9-20 15:04 |
|
|
aeihua
新手上路

积分 12
发帖 6
注册 2008-9-28 来自 江西省宜春市
状态 离线
|
『第 247 楼』:
使用 LLM 解释/回答一下
对新手来说,确实看不太懂。
For beginners, it's really not easy to understand.
|

勤劳致富.多学多用. |
|
2008-9-28 15:34 |
|
|
buddiyar
初级用户
 
积分 160
发帖 75
注册 2006-6-28
状态 离线
|
『第 248 楼』:
使用 LLM 解释/回答一下
for果然很强大,收藏慢慢研究
for is really powerful, collect it and study it slowly
|
|
2008-9-29 10:15 |
|
|
bailang3106
初级用户
 
积分 36
发帖 19
注册 2007-12-29
状态 离线
|
『第 249 楼』:
使用 LLM 解释/回答一下
FOR命令 太灵活了. 不太好掌握.. 用到是还成.
The FOR command is too flexible... Not easy to master.. It's okay when used.
|
|
2008-9-29 11:12 |
|
|
55467015
初级用户
 
积分 26
发帖 12
注册 2008-9-29
状态 离线
|
『第 250 楼』:
使用 LLM 解释/回答一下
Originally posted by youlangyu at 2008-9-19 11:03:
for /r . %a in (*.txt) do @find "bluebear" %a
这个语句需要纠正一下:
for /r %a in (*.txt) do find "bluebear" %a
用搂主写的语句,没法执行,请核实。
不用纠正,可以运行,在xp的cmd中可以正常运行.其中"@"可以不用
C:\22>for /r . %a in (*.txt) do @find "qwert" %a
---------- C:\22\1.TXT
qwert
---------- C:\22\2.TXT
sdfsdqwert
---------- C:\22\3.TXT
Last edited by 55467015 on 2008-9-30 at 18:32 ]
Originally posted by youlangyu at 2008-9-19 11:03:
for /r . %a in (*.txt) do @find "bluebear" %a
This statement needs to be corrected:
for /r %a in (*.txt) do find "bluebear" %a
With the statement written by the original poster, it cannot be executed. Please verify.
No need to correct, it can run and works normally in the cmd of XP. The "@" can be omitted.
C:\22>for /r . %a in (*.txt) do @find "qwert" %a
---------- C:\22\1.TXT
qwert
---------- C:\22\2.TXT
sdfsdqwert
---------- C:\22\3.TXT
Last edited by 55467015 on 2008-9-30 at 18:32 ]
|
|
2008-9-30 18:29 |
|
|
doszl
新手上路

积分 7
发帖 4
注册 2008-10-4
状态 离线
|
|
2008-10-5 13:00 |
|
|
smallyangchao
新手上路

积分 6
发帖 3
注册 2008-5-1
状态 离线
|
|
2008-10-5 14:17 |
|
|
inter7890
新手上路

积分 7
发帖 4
注册 2008-9-9
状态 离线
|
|
2008-10-5 15:31 |
|
|
killkk
初级用户
 
积分 61
发帖 39
注册 2007-3-22 来自 come from hb--wh
状态 离线
|
『第 254 楼』:
使用 LLM 解释/回答一下
批处理中。。FOR命令真的是非常的强大。。呵呵~~自己刚刚茅塞顿开领悟了这个该死的tokens参数的命令..。。帖子讲得很详细。。。支持````
In batch processing, the FOR command is really very powerful. Hehe~~ I just suddenly had an epiphany and understood this damn tokens parameter command.. The post is very detailed.. Support````
|
|
2008-10-5 23:32 |
|
|
cysky
新手上路

积分 4
发帖 2
注册 2008-10-7
状态 离线
|
『第 255 楼』:
使用 LLM 解释/回答一下
看了楼主的帖子,觉得自己学习太浅了,以后要用心去学习了.
After reading the original poster's post, I feel that my own learning is too superficial. I will focus on learning in the future.
|
|
2008-10-7 13:17 |
|