This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
hush
Watch
1
Star
0
Fork
0
You've already forked hush
mirror of
https://github.com/sheumann/hush.git
synced
2025-01-10 01:30:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
hush
/
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 17:39:31 +02:00
echo 'test\
best' | (read reply; echo "$reply")
echo 'test\
best' | (read -r reply; echo "$reply")
Reference in New Issue
Copy Permalink