busybox/testsuite/sed/sed-write-to-stdout

11 lines
78 B
Plaintext

busybox sed -n 'N;P;p'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a
a
b
EOF