欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

shell 脚本中 变量传给 expect expect和shell变量互传 有大用 有大大用

#!/bin/bash input=$1 output=`expect <<EXP log_user 0 puts $input EXP ` echo $output


来自  https://blog.csdn.net/ace_fei/article/details/8179710


普通分类: