标题:Ubuntu - Bash - pause 出处:Felix021 时间:Thu, 10 Apr 2008 14:10:10 +0000 作者:felix021 地址:https://www.felix021.com/blog/read.php?823 内容: 在Bash中实现类似windows中pause命令的暂停功能: read -n1 -p "Press any key to continue..." 解释: -n1 读取一个字符 -p 提示 Generated by Bo-blog 2.1.0