while read line; do echo $line; done < file.txt
Category: Bash Scripting
Read a file line by line with a while loop