This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f414fb4411
busybox
/
shell
/
hush_test
/
hush-read
/
read_r.tests
5 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
hush testsuite: add many tests from ash testsuite Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-10-02 21:09:31 +05:30
echo 'test\
best' | (read reply; echo "$reply")
echo 'test\
best' | (read -r reply; echo "$reply")
Reference in New Issue
Copy Permalink