read 和 echo

read -p 和 echo  鍵盤讀入,屏幕輸出,5秒超時bash

[root@localhost ~]# cat read.shide

#!/bin/bashinput

read -t 5 -p "Please input a string:" stringstring

echo $stringit

相關文章
相關標籤/搜索