Syntax: Read file line by line on a Bash Unix & Linux shell · while read -r line; do COMMAND; done < input. · The -r option passed to read command ...
確定! 回上一頁