Shell中read的用法詳解

read的經常使用用法以下:python read -[pstnd] var1 var2 ...linux -p 提示語句 -n 字符個數 -s 屏蔽回顯 -t 等待時間 -d 輸入分界 數組 01). read # 從標準輸入讀取一行並賦值給特定變量REPLY root@linux~# read Hello,World! root@linux~# echo $REPLY H
相關文章
相關標籤/搜索