cat file | while read line do echo "a line: $line" done
#if you want to display the contents of a file on the terminal, do: $ cat filename.file