read -p 和 echo 键盘读入,屏幕输出,5秒超时bash
[root@localhost ~]# cat read.shide
#!/bin/bashinput
read -t 5 -p "Please input a string:" stringstring
echo $stringit