Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
5d6b8729ed7335c702022f4f3176573f4cf2cf5a
/
.
/
shell
/
hush_test
/
hush-read
/
read_r.tests
blob: 1f0a18afc40b329668be8a037453f3073014b6b5 [
file
] [
log
] [
blame
]
echo
'test\
best'
|
(
read reply
;
echo
"$reply"
)
echo
'test\
best'
|
(
read
-
r reply
;
echo
"$reply"
)