Computer Science/OS

[Linux] 반응형 쉘 스크립트에 자동 입력

깜태 2022. 2. 8. 12:58
728x90

해당 명령어에 다음의 스크립트를 이어 붙이면 된다.

 

 

{script code} <<!

{입력값1}

{입력값2}

 

개인적으로는 아래와 약간 다른 스크립트였는데, 잘 됐었다.

script.sh

ssh-copy-id tester@10.1.2.3 <<!
y
pasword
!

 

 

 

출처

https://askubuntu.com/questions/678915/whats-the-difference-between-and-in-bash

https://stackoverflow.com/questions/9075478/how-to-input-automatically-when-running-a-shell-over-ssh

728x90