Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f7eea8c235dea6699a21c7b26c218e6c0dc1bf95
/
.
/
shell
/
hush_test
/
hush-read
/
read_n.tests
blob: 12423ba6e9a15aa9edae94cbcfe78cc4a17de3fa [
file
] [
log
] [
blame
]
echo
'test'
|
(
read reply
;
echo
"$reply"
)
echo
'test'
|
(
read
-
n
3
reply
;
echo
"$reply"
)
echo
'test'
|
(
read
-
n3 reply
;
echo
"$reply"
)