blob: 2c4cc6106df22f475bacaebf75fcbd2973223b38 [file] [log] [blame]
Denys Vlasenko03dad222010-01-12 23:29:57 +01001echo -e 'test\\\nbest' | (read reply; echo "$reply")
2echo -e 'test\\\nbest' | (read -r reply; echo "$reply")