while read line shell的相關文章
while read line shell的相關商品

SHELL while read line 用法 - 360doc個人圖書館
瀏覽:939
日期:2025-04-23
如下SHELL #!/bin/sh cat file | while read line do echo "press any key" read key done read key這條語句不起作用,到底怎麼回事?file為一個文本文件 while read line do ehco "hello" done < file 下麵引用由yjlucky在 2002/10/09 09:07pm 發表的內容:...看更多