When writing Bash scripts, you will sometimes find yourself in ... while IFS= read -r line; do printf '%s\n' "$line" done < input_file
確定! 回上一頁