aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed/sed-append-next-line
blob: 380b7935d8d7468777cff851e38c5b09c6682b08 (plain)
1
2
3
4
5
6
7
8
9
busybox sed -n 'N;p'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a
b
EOF