[CentOS] Off Topic bash question

Thu Jul 23 14:37:25 UTC 2020
Jerry Geis <jerry.geis at gmail.com>

Thanks, when I change it do the following I get a syntax error

#!/bin/bash
#
while read LINE
do
         echo $LINE
done < cat list.txt

./test_bash.sh
./test_bash.sh: line 6: syntax error near unexpected token `list.txt'
./test_bash.sh: line 6: ` done < cat list.txt'