Files
busybox/shell/hush_test/hush-read/read_r.tests
2016-10-02 17:39:31 +02:00

5 lines
99 B
Plaintext
Executable File

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