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

3 lines
109 B
Plaintext
Executable File

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