The read builtin command [Bash Hackers Wiki]

The read builtin command [Bash Hackers Wiki]

瀏覽:788
日期:2025-09-27
while read -r; do line=$REPLY ... done < text.txt. To preserve leading and trailing whitespace in the result, set IFS to the null string: while IFS= read -r; ......看更多