首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

关于expect shell 与rsh解决方法

2013-10-11 
关于expect shell 与rsh都一天了,还是个这样子!linuxshellrshhostname重定向[解决办法]引用:Quote: 引用:e

关于expect shell 与rsh


都一天了,还是个这样子! linux shell rsh hostname 重定向
[解决办法]
引用:
Quote: 引用:

expect中是不一样的,参考例子:

主要是set results $expect_out(buffer)

   # Send the prebuilt command, and then wait for another shell prompt.
    send "$my_command\r"
    expect "%"
    # Capture the results of the command into a variable. This can be displayed, or written to disk.
    set results $expect_out(buffer)

我把rhs那一行改成了 let temp [spawn rsh 192.168.152.$ip -l hadoop hostname],结果效果仍然是temp获得的似乎是spawn的进程号码。
有其他的办法吗?
这个rsh是怎么回事啊?循环重定向就不管用了?


set results $expect_out(buffer)

热点排行