aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed/sed-write-to-stdout
blob: 95b4d724bd6e785a3278fec9624df6618c10fa7b (plain)
1
2
3
4
5
6
7
8
9
10
busybox sed -n 'N;P;p'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a
a
b
EOF