ChinaUnix.net
相关文章推荐:

tcl shell 安装

安装tcl,EXPECT后,运行shell脚本,可还是识别不了EXPECT的命令? 我这有个shell脚本,里面含有spawn之类的EXPECT命令,所以装了tcl和EXPECT,可在用sh运行shell脚本时,还是不识别spawn的命令,哪为前辈指点一下,问题出在哪了

by john11 - Shell - 2005-11-25 12:48:47 阅读(2833) 回复(11)

相关讨论

为了安装expect,所以要先装tcl,可以安装过程中出现问题,现描述如下: ------------------------------------------------------------------ tcl安装包: tcl8.4.9-src.tar.gz 操作系统: HP-UX 11.00 编译环境: gcc , make -------------------------------------------------------------------- 操作步骤:1)gunzip tcl8.4.9-src.tar.gz 2)cd tcl8.4.9-src.tar tar -xvf tcl8.4.9-src.tar 3)cd tcl8.4.9 cd uni...

by xjimmyshcn - Shell - 2005-03-10 10:23:28 阅读(701) 回复(0)

系统是fedora core 2,是否要先装apt/synaptic?

by zne - 系统管理 - 2005-02-25 08:49:29 阅读(1849) 回复(7)

我看过前面的帖子,想要用expect实现一个自动telnet的程序,但是我不知道什么地方有tcl for sco的安装程序,我下载了一个tcltk8.8.8.rpm,但是在sco里面好象没有rpm命令,这应该是linux里面的命令吧 什么地方有for sco的下载?怎么安装呢?谢谢

by keqinzh - 其他UNIX - 2003-03-14 10:29:07 阅读(757) 回复(2)

我在solaris中安装tcl时,总是出现这样的解释: #cd unix # ./configure creating cache ./config.cache checking whether to use symlinks for manpages... no checking whether to compress the manpages... no checking whether to add a package name suffix for the manpages... no checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH # 请问该怎么办??

by f1toretry - Shell - 2005-10-03 17:11:07 阅读(896) 回复(4)

我想学习expect,但是先要安装tcl,请问应该怎么安装?谢谢!

by leexxbb - 其他UNIX - 2003-11-10 13:44:43 阅读(1046) 回复(7)

请教install.tcl文件如何安装?谢谢!

by boywhocools - Solaris - 2006-12-23 16:47:15 阅读(653) 回复(0)

系统redhat as 5.0 安装tcl包后,仍然没有expect

by ora_length - Shell - 2006-11-29 11:10:14 阅读(736) 回复(1)

SOLARIS 9 FOR INTEL 下载tcl 8.3.3 pkg, 用UNZIP解压后只有一个文件SFWtcl.请教怎样用这个文件安装tcl?

by cfeng - Solaris - 2004-10-31 03:35:20 阅读(1231) 回复(8)

..... write -output dump.v set var 2008 sh sed '/1982/,/$var/ s/xxxx/xx/g' dump.v -i ...... 大概就是上边的意思, 当然 "$var/" 这里肯定是不对的. 由于tcl不支持区间匹配, 所以想用sed来作一部分工作, 请问如何调用tcl中的var变量.

by dreamone503 - Shell - 2008-07-28 16:59:18 阅读(1180) 回复(6)

目前,NS支持由Don Libes开发的Otcl调试器tcl-debug,可以在网站 http://expect.nist.gov/tcl-debug 上下载。 安装步骤如下: 1. 将下载的tar包拷贝到与NS平行的目录下,例如/home/romeo/ns2/ns-allinone-2.30/下,使用命令tar -zxvf tcl-debug.tar.gz 进行解压 2. 进入解压时创见的目录tcl-debug-2.0,运行命令 ./configure --prefix=/home/romeo/ns2/ns-allinone-2.30 --with-tcl=/home/romeo/ns2/ns-allinone-2.30/tcl8.4.13/u...

by 刘健 - 网络技术文档中心 - 2008-10-16 17:20:44 阅读(981) 回复(0)