【发布时间】:2014-07-10 13:23:22
【问题描述】:
我对 tcl 文件中的路径有疑问。我尝试使用
source " /tmp/mob.tcl "
和 bash 文件中的这个路径:
/opt/ns-allinone-2.35/ns-2.35/indep-utils/cmu-scen-gen/setdest/setdest -v 1 -n $n -p 10 -M 64 -t 100 -x 250 -y 250 >> /tmp/mob.tcl
终端给我这个输出:
..."
(procedure "source" line 8)
invoked from within
"source "/tmp/mob.tcl" "
(file "mobilita_source.tcl" line 125)
我该怎么做?
【问题讨论】:
-
Path Tcl and Bash 的可能重复项