bashシェルに表示される質問に答えたい
元:
スクリプトで
#!/bin/bash
ssh-keygen -t rsa
#it will appear a question >> Enter file in which to save the key
# (/root/.shh/id_rsa) so how can i read answer from the user(which is the path)
# and **enter it to be the answer of the question.