busybox/shell/ash_test/ash-read/read_r.tests

5 lines
99 B
Plaintext
Raw Normal View History

echo 'test\
best' | (read reply; echo "$reply")
echo 'test\
best' | (read -r reply; echo "$reply")