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