nt9856x/BSP/busybox/shell/ash_test/ash-read/read_r.tests
2023-03-28 15:07:53 +08:00

5 lines
99 B
Plaintext
Executable File

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