Linux 於Bash Shell 要讀取檔案, 並一行一行印出, 或者對每一行作些處理, Shell script 要 ... while IFS='' read -r line || [[ -n "$line" ]]; do.
確定! 回上一頁