Sign in
nest-open-source
/
nest-hello
/
510950009
/
busybox
/
refs/heads/master
/
.
/
shell
/
ash_test
/
ash-read
/
read_n.tests
blob: 12423ba6e9a15aa9edae94cbcfe78cc4a17de3fa [
file
] [
edit
]
echo
'test'
|
(
read reply
;
echo
"$reply"
)
echo
'test'
|
(
read
-
n
3
reply
;
echo
"$reply"
)
echo
'test'
|
(
read
-
n3 reply
;
echo
"$reply"
)