while read line 最終行的相關文章
關於while read line ,為什麼不輸出最後一行-Linux新手園地 - ChinaUnix.net - Powered by Discuz! Archiver

關於while read line ,為什麼不輸出最後一行-Linux新手園地 - ChinaUnix.net - Powered by Discuz! Archiver

瀏覽:724
日期:2025-06-13
#!/bin/shwhile read LINEdocount=`expr $count + 1`echo $LINEdone < file.txtecho $count#####file.txt ......看更多