Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图为 Sun java web 服务器制作自动安装 shell 脚本。但是,从一开始,就有一些麻烦。
当我手动启动设置时,我需要按几次 Enter 键才能同意许可证。
但我不知道如何在 shell 脚本上自动替换回车键。
你能帮我吗?
使用echo和管道。就像是:
echo
(echo; echo; echo) | my_setup