read -p 和 echo 鍵盤讀入,屏幕輸出,5秒超時bash
[root@localhost ~]# cat read.shide
#!/bin/bashinput
read -t 5 -p "Please input a string:" stringstring
echo $stringit