Podczas czytania

while read -r line;
do
   echo "$line" ;
done < input.file
Lucky-Magnet