hush/testsuite/sed/sed-append-hold-space-to-pattern-space

14 lines
74 B
Plaintext
Raw Normal View History

busybox sed 'G'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a
b
c
EOF