Configuration option to define wether to follows GNU sed's behaviour
[oweals/busybox.git] / testsuite / sed / sed-write-to-stdout
1 busybox sed -n 'N;P;p'>output <<EOF
2 a
3 b
4 c
5 EOF
6 cmp -s output - <<EOF
7 a
8 a
9 b
10 EOF