I have the following .txt file:
Marco Paolo Antonio
I want to read it line-by-line, and for each
#! /bin/bash cat filename | while read LINE; do echo $LINE done