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