Sign in
nest-open-source
/
nest-hello
/
507800056
/
busybox
/
93bb1df950bc8e64dad7b804ca2f5050e3772296
/
.
/
shell
/
ash_test
/
ash-read
/
read_r.tests
blob: 2c4cc6106df22f475bacaebf75fcbd2973223b38 [
file
]
echo
-
e
'test\\\nbest'
|
(
read reply
;
echo
"$reply"
)
echo
-
e
'test\\\nbest'
|
(
read
-
r reply
;
echo
"$reply"
)