当前位置: 技术问答>linux和unix
一个shell script的问题(非交互式模式代替屏幕输入)
来源: 互联网 发布时间:2016-02-03
本文导语: 在shell提示符下我用keytool命令列出某个keystore的内容,系统提示我输入密码. $ keytool -list -v -keystore keystore_uat3 Enter keystore password: 问题是如何在shell script里将这个keystore里的内容列出并输出到文件中? ...
在shell提示符下我用keytool命令列出某个keystore的内容,系统提示我输入密码.
$ keytool -list -v -keystore keystore_uat3
Enter keystore password:
问题是如何在shell script里将这个keystore里的内容列出并输出到文件中?
$ keytool -list -v -keystore keystore_uat3
Enter keystore password:
问题是如何在shell script里将这个keystore里的内容列出并输出到文件中?
|
keytool -list -v -keystore keystore_uat3 list.txt
you_password
如果需要加什么命令就在这加.需要几次就分几行加入即可
EOF
list.txt就是说把输出转向到list.txt文件
列:
telnet 192.168.0.88
you_password
如果需要加什么命令就在这加.需要几次就分几行加入即可
EOF
list.txt就是说把输出转向到list.txt文件
列:
telnet 192.168.0.88