当前位置: 技术问答>linux和unix
请问如何在unix批处理中得到批处理参数!read吗?急在线等待!
来源: 互联网 发布时间:2014-11-14
本文导语: 不太懂unix! 运行: ... echo "Input DDN parts directory c" read SOURCEDIR while [ ! -d $SOURCEDIR ]; do ... 提示:read - Command not found sourcedir - undefinde variable 我该怎么办? unix系统好像是sun, 另外请问批处理中#是...
不太懂unix!
运行:
...
echo "Input DDN parts directory c"
read SOURCEDIR
while [ ! -d $SOURCEDIR ]; do
...
提示:read - Command not found
sourcedir - undefinde variable
我该怎么办?
unix系统好像是sun,
另外请问批处理中#是不是注释?
运行:
...
echo "Input DDN parts directory c"
read SOURCEDIR
while [ ! -d $SOURCEDIR ]; do
...
提示:read - Command not found
sourcedir - undefinde variable
我该怎么办?
unix系统好像是sun,
另外请问批处理中#是不是注释?
|
1.在不同的shell中,读入的命令不一样,你可以根据实际情况参考一下:
http://www.fanqiang.com/a4/b1/20010419/102846.html
2.批处理中#是注释的作用
http://www.fanqiang.com/a4/b1/20010419/102846.html
2.批处理中#是注释的作用
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。