I have a text file which separates data on a line using a $crlf, how can read past that $crlf to get the data at the end of the line?

$read stops at the $crlf and refuses to let me get access to anything else.

-eMpTy