aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-read/read_r.tests
blob: 1f0a18afc40b329668be8a037453f3073014b6b5 (plain)
1
2
3
4
echo 'test\
best' | (read reply; echo "$reply")
echo 'test\
best' | (read -r reply; echo "$reply")