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