blob: 1f0a18afc40b329668be8a037453f3073014b6b5 [file] [log] [blame]
Denys Vlasenko5d6b8722016-10-02 17:39:31 +02001echo 'test\
2best' | (read reply; echo "$reply")
3echo 'test\
4best' | (read -r reply; echo "$reply")