mirror of
https://github.com/sheumann/hush.git
synced 2025-01-06 21:30:08 +00:00
11 lines
126 B
Plaintext
11 lines
126 B
Plaintext
|
# FEATURE: CONFIG_FEATURE_SED_EMBEDED_NEWLINE
|
||
|
busybox sed -n 'N;/a\nb/p'>output <<EOF
|
||
|
a
|
||
|
b
|
||
|
c
|
||
|
EOF
|
||
|
cmp -s output - <<EOF
|
||
|
a
|
||
|
b
|
||
|
EOF
|