Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.3
/
busybox
/
edda7f91fbd2482713838673f9c287d4933cd9c4
/
.
/
busybox-1.19.3
/
shell
/
ash_test
/
ash-read
/
read_r.tests
blob: 2c4cc6106df22f475bacaebf75fcbd2973223b38 [
file
] [
log
] [
blame
]
echo
-
e
'test\\\nbest'
|
(
read reply
;
echo
"$reply"
)
echo
-
e
'test\\\nbest'
|
(
read
-
r reply
;
echo
"$reply"
)