我想回答出现在 bash shell 中的问题
前任:
在脚本
#!/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.