data/method/busybox/busybox-1.36.0/shell/hush_test/hush-parsing/bkslash_newline1.tests

9 lines
102 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
echo and1 &\
& echo and2
echo or1 |\
| echo NOT SHOWN
case w in a) echo SKIP;\
; w) echo ok;; esac;