blob: 2c4cc6106df22f475bacaebf75fcbd2973223b38 [file] [log] [blame]
Denis Vlasenko59f351c2008-03-25 00:07:12 +00001echo -e 'test\\\nbest' | (read reply; echo "$reply")
2echo -e 'test\\\nbest' | (read -r reply; echo "$reply")