sh Bash - 如何使“按任意键继续”

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Bash - 如何使“按任意键继续”相关的知识,希望对你有一定的参考价值。

# enter key to continue
read -p "Press enter to continue"

# any key to continue
read -n 1 -s -r -p "Press any key to continue"

以上是关于sh Bash - 如何使“按任意键继续”的主要内容,如果未能解决你的问题,请参考以下文章

powershell 如何在PowerShell中编写“按任意键继续”

powershell 如何在PowerShell中编写“按任意键继续”

系统(“暂停”)说明

PowerShell 按任意键继续

删除 按任意键继续

(按任意键继续)在 Scala 中