Can someone explain what this means in Shell scripting

 while read -r line
 do 
 if [ "${line#*'Caused By'}" != "$line" ]; then