shell 腳本自動回填

有時候咱們須要執行腳本想要自動回填一些內容,好比ssh

$cat test.sh
ssh-copy-id tester@10.1.2.3

首先腳本會提示code

Are you sure you want to continue connecting (yes/no)?test

而後腳本

tester@10.1.2.3's password:word

咱們如何進行操做呢? 使用!進行操做ant

test.sh <<!
y
pasword
!
相關文章
相關標籤/搜索