《问》HowTo: Add Pause Prompt In a Shell Script ( bash pause command )

《问》

HowTo: Add Pause Prompt In a Shell Script ( bash pause command )


Code

#!/bin/bash
echo "start read"
read -p "Press [Enter] key to start build..."
echo "end read"

References

Comments

Popular posts from this blog

Ruby语言的设计思想

Ruby语言比较讲座:单引号和双引号的比较