bash saat membaca loop baris dari variabel

while read -r line
do
 echo "line=[$line]"
done < <(cat jj)
Angry Anaconda