当前位置: 技术问答>linux和unix
shell 模拟 按键
来源: 互联网 发布时间:2017-03-19
本文导语: shell里如何模拟按键,我是在写一个脚本,来安装java等,运行了xxx_java_xxx.bin之后,最后一步是按任意键。在shell脚本里如何实现? #安装Java install_java() { chmod u+x $soft_path"/jdk-6u35-linux-i586.bin" cp -a $soft_pat...
shell里如何模拟按键,我是在写一个脚本,来安装java等,运行了xxx_java_xxx.bin之后,最后一步是按任意键。在shell脚本里如何实现?
这是脚本运行安装完了java的时候:
For more information on what data Registration collects and
how it is managed and used, see:
http://java.sun.com/javase/registration/JDKRegistrationPrivacy.html
Press Enter to continue.....
#安装Java
install_java()
{
chmod u+x $soft_path"/jdk-6u35-linux-i586.bin"
cp -a $soft_path"/jdk-6u35-linux-i586.bin" /opt
/opt/jdk-6u35-linux-i586.bin
rm -f /opt/jdk-6u35-linux-i586.bin
}
这是脚本运行安装完了java的时候:
For more information on what data Registration collects and
how it is managed and used, see:
http://java.sun.com/javase/registration/JDKRegistrationPrivacy.html
Press Enter to continue.....
|
sek
|
用 expect 实现自动交互,我最近也在搞,还有些问题,但是可以实现自动输入的。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。