I have the following loop:
while read -r || [[ -n $REPLY ]]; do (echo $REPLY) | nc -l 8908 done <<< "$file"
and the foll