3
0

read_r.tests 109 B

12
  1. echo -e 'test\\\nbest' | (read reply; echo "$reply")
  2. echo -e 'test\\\nbest' | (read -r reply; echo "$reply")