『第 6 楼』:
使用 LLM 解释/回答一下
多谢指点
我开始也不想运行代码啊,但是要是不运行,我就看不到效果,而且也不怎么相信教程里面写的是不是好使。。象我这么菜,错误的代码大概看不出来,所以只好运行一下咯,实践不是了解事物的最好手段么,呵呵。
最后还是谢谢两位的帮助。
这个是我运行之后的结果,好使了:)
klot\>for %a in (c: d: e:) do @dir %a\|find "bytes free"
4 Dir(s) 1,807,380,480 bytes free
8 Dir(s) 2,930,888,704 bytes free
10 Dir(s) 3,651,493,888 bytes free
Last edited by klot on 2006-9-13 at 01:41 ]
Thanks for the guidance.
I didn't want to run the code at first either, but if I didn't run it, I couldn't see the effect, and I didn't really believe if the code in the tutorial would work. Like me, who is so noob, I probably can't spot wrong code, so I had to run it. Isn't practice the best way to understand things, heh.
Finally, thanks to both of you for the help.
This is the result after I ran it, and it worked:)
klot\>for %a in (c: d: e:) do @dir %a\|find "bytes free"
4 Dir(s) 1,807,380,480 bytes free
8 Dir(s) 2,930,888,704 bytes free
10 Dir(s) 3,651,493,888 bytes free
Last edited by klot on 2006-9-13 at 01:41 ]
|