如何在 shell 脚本中暂停?

The*_*ent 4 shell shell-script

如何在继续之前让我的 shell 脚本暂停?

jsb*_*ngs 9

你的意思是sleep?或者你想要在继续​​之前等待输入的东西?你可以通过read电话做到这一点。