在Shell Script 要讀入檔案內容,並一行一行地做處理,或者簡單一行一行 ... bin/bash READFILE=$1 while read line; do echo "$line" done < $READFILE.
確定! 回上一頁