read_r.tests 99 B

1234
  1. echo 'test\
  2. best' | (read reply; echo "$reply")
  3. echo 'test\
  4. best' | (read -r reply; echo "$reply")