How to loop over the lines of a file? - Unix & Linux Stack Exchange
經安全檢測,此網站為安全網站,請放心前往原始網址!
How to loop over the lines of a file? - Unix & Linux Stack Exchange
7 Feb 2011 ... I'd like to have the for iterate over each line individually ignoring ... bin/bash while
IFS= read -r line; do echo "tester: $line" done < "$1" ...